vanadium/xmonad: add binding to reset autorandr

This commit is contained in:
Primrose 2025-08-24 11:40:29 +08:00
parent ba51e49051
commit 38e014a57d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -141,6 +141,8 @@ main =
, ((0, xF86XK_MonBrightnessUp ), spawn "light -A 5") , ((0, xF86XK_MonBrightnessUp ), spawn "light -A 5")
, ((shiftMask, xF86XK_MonBrightnessDown), spawn "light -U 1") , ((shiftMask, xF86XK_MonBrightnessDown), spawn "light -U 1")
, ((shiftMask, xF86XK_MonBrightnessUp ), spawn "light -A 1") , ((shiftMask, xF86XK_MonBrightnessUp ), spawn "light -A 1")
, ((altMask, xF86XK_MonBrightnessUp ), spawn "autorandr --change --ignore-lid")
, ((altMask, xF86XK_MonBrightnessDown), spawn "autorandr --change --ignore-lid")
-- Volume adjustments -- Volume adjustments
-- Don't overload the mute button -- Don't overload the mute button