From 3cf5a9c2aae1246a9bf81770f1a2a37568789d80 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 4 Nov 2022 16:14:05 -0400 Subject: fix: changed where keymapper.sh is being called to avoid unreliability when switching between devices --- .config/awesome/autorun.sh | 2 +- .config/awesome/rc.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index f9ea291..cad6c47 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -35,7 +35,7 @@ run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run xfce4-power-manager run dunst -run ~/.config/awesome/keymapper.sh +# run ~/.config/awesome/keymapper.sh run ~/.config/awesome/xinput-daemon.sh run ibus-daemon -drxR run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d84bb95..395b90d 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -680,6 +680,7 @@ gears.timer { -- awful.spawn.with_shell("") -- awful.spawn.easy_async_with_shell("") awful.spawn.easy_async_with_shell("~/.config/awesome/autorun.sh") +awful.spawn.with_shell("~/.config/awesome/keymapper.sh") -- Client Swallowing Function -- cgit v1.2.3