mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
carbon: use DP instead of HDMI
lol I can actually use 4k
This commit is contained in:
parent
a253d0fb3f
commit
ca16676ddf
2 changed files with 20 additions and 3 deletions
|
|
@ -199,8 +199,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")
|
||||
, ((controlMask, xF86XK_MonBrightnessDown), spawn "xbrightness DP-1 -0.1")
|
||||
, ((controlMask, xF86XK_MonBrightnessUp), spawn "xbrightness DP-1 +0.1")
|
||||
|
||||
-- volume adjustments
|
||||
, ((0, xF86XK_AudioMute), spawn "amixer set Master toggle")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue