From fe5fab0acbf21de21dbba158d4158058740566b3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 16 Mar 2022 15:11:35 +0100 Subject: gkleen@sif: ... --- accounts/gkleen@sif/xmonad/xmonad.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'accounts/gkleen@sif/xmonad') diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index ac6a4aba..5dc09f66 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs @@ -865,8 +865,10 @@ myKeys' conf host = Map.fromList $ , ((0, xF86XK_AudioPlay), mediaMpvTogglePause) , ((modm .|. mod1Mask, xK_space), mediaMpvTogglePause) - , ((0, xF86XK_MonBrightnessDown), backlight . cycleThrough $ reverse brCycle) - , ((0, xF86XK_MonBrightnessUp), backlight $ cycleThrough brCycle) + -- , ((0, xF86XK_MonBrightnessDown), backlight . cycleThrough $ reverse brCycle) + -- , ((0, xF86XK_MonBrightnessUp ), backlight $ cycleThrough brCycle) + , ((modm .|. shiftMask , xK_b), backlight . cycleThrough $ reverse brCycle) + , ((modm .|. shiftMask .|. controlMask, xK_b), backlight $ cycleThrough brCycle) , ((modm , xK_Escape), cycleKbLayout (hKbLayouts host)) , ((modm .|. controlMask, xK_Escape), safeSpawn "setxkbmap" $ fst (head $ hKbLayouts host) : maybeToList (snd . head $ hKbLayouts host)) @@ -891,8 +893,6 @@ myKeys' conf host = Map.fromList $ ) , ((modm .|. shiftMask, xK_s ), safeSpawn "systemctl" ["suspend"]) , ((modm .|. shiftMask, xK_h ), safeSpawn "systemctl" ["hibernate"]) - -- , ((modm .|. shiftMask, xK_b ), backlight . cycleThrough $ reverse brCycle) - -- , ((modm .|. shiftMask .|. controlMask, xK_b), backlight $ cycleThrough brCycle) , ((modm, xK_v ), windows copyToAll) -- @@ Make focused window always visible , ((modm .|. shiftMask, xK_v ), killAllOtherCopies) -- @@ Toggle window state back , ((modm .|. shiftMask, xK_g ), windowPrompt xPConfig Goto wsWindows) -- cgit v1.2.3