diff options
| author | Blista Kanjo | 2022-11-04 16:31:38 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-04 16:31:38 -0400 |
| commit | 759ca8100998d8d0e18c59d30d568878cb29facb (patch) | |
| tree | 38e4597ee4743692611d9ac923ca9115d8e5340d /.config/awesome | |
| parent | 3cf5a9c2aae1246a9bf81770f1a2a37568789d80 (diff) | |
reverted: fix for keymapper.sh reliability issues
Diffstat (limited to '.config/awesome')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 | ||||
| -rw-r--r-- | .config/awesome/rc.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index cad6c47..f9ea291 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 395b90d..d84bb95 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -680,7 +680,6 @@ 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 |
