From d7c66522cf365f516babcfeb1d4a2d36c3ea41af Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 29 Oct 2025 16:35:38 +0100 Subject: a small refactor --- .config/awesome/misc/keys.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.config/awesome/misc/keys.lua') 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, -- cgit v1.2.3