mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: script control external monitor control
This commit is contained in:
parent
11a5b54398
commit
f759789fcc
6 changed files with 36 additions and 8 deletions
|
|
@ -188,6 +188,8 @@ myKeymaps =
|
|||
|
||||
, ((0, xF86XK_MonBrightnessDown), spawn "light -U 5")
|
||||
, ((0, xF86XK_MonBrightnessUp), spawn "light -A 5")
|
||||
, ((controlMask, xF86XK_MonBrightnessDown), spawn "xbrightness HDMI-2 -0.1")
|
||||
, ((controlMask, xF86XK_MonBrightnessUp), spawn "xbrightness HDMI-2 +0.1")
|
||||
|
||||
-- volume adjustments
|
||||
, ((0, xF86XK_AudioMute), spawn "amixer set Master toggle")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue