diff options
| author | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
| commit | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (patch) | |
| tree | 30c7d6103037b31170ae6d8fd58e3849e3cea823 /.config/awesome/misc | |
| parent | df418700b7d776f03ee5b58daa2d497cddb45aca (diff) | |
a small refactor
Diffstat (limited to '.config/awesome/misc')
| -rw-r--r-- | .config/awesome/misc/keys.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/awesome/misc/keys.lua b/.config/awesome/misc/keys.lua index 8d703b8..b36808b 100644 --- a/.config/awesome/misc/keys.lua +++ b/.config/awesome/misc/keys.lua @@ -132,15 +132,15 @@ awful.keyboard.append_global_keybindings { group = "awesome", desc = "toggle bar panel", }, - qbind { - mods = qbind.mods.M, - triggers = "l", - press = function() - powermenu:toggle() - end, - group = "awesome", - desc = "toggle powermenu", - }, + -- qbind { + -- mods = qbind.mods.M, + -- triggers = "l", + -- press = function() + -- powermenu:toggle() + -- end, + -- group = "awesome", + -- desc = "toggle powermenu", + -- }, qbind { triggers = "XF86AudioMute", @@ -305,7 +305,7 @@ awful.keyboard.append_global_keybindings { qbind { mods = qbind.mods.M, - triggers = "k", + triggers = "l", press = function() awful.spawn "xkblayout-state set +1" end, @@ -314,7 +314,7 @@ awful.keyboard.append_global_keybindings { }, qbind { mods = qbind.mods.MS, - triggers = "k", + triggers = "l", press = function() awful.spawn "xkblayout-state set -1" end, |
