forked from colonelpanic/dotfiles
Add macbook brightness
This commit is contained in:
@@ -1013,8 +1013,8 @@ addKeys conf@XConfig { modMask = modm } =
|
||||
, ((hyper .|. shiftMask, xK_q), spawn "toggle_mute_current_window.sh")
|
||||
, ((hctrl, xK_q), spawn "toggle_mute_current_window.sh only")
|
||||
|
||||
, ((0, xF86XK_MonBrightnessUp), spawn "show_brightness.sh")
|
||||
, ((0, xF86XK_MonBrightnessDown), spawn "show_brightness.sh")
|
||||
, ((0, xF86XK_MonBrightnessUp), spawn "brightness.sh 5")
|
||||
, ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5")
|
||||
|
||||
] ++
|
||||
|
||||
|
Reference in New Issue
Block a user