mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: add binding to reset autorandr
This commit is contained in:
parent
ba51e49051
commit
38e014a57d
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ main =
|
|||
, ((0, xF86XK_MonBrightnessUp ), spawn "light -A 5")
|
||||
, ((shiftMask, xF86XK_MonBrightnessDown), spawn "light -U 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
|
||||
-- Don't overload the mute button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue