l pkgs.xmonad: add quick brightness control keys
This commit is contained in:
parent
bd413110f1
commit
4d583ce9a1
@ -130,6 +130,11 @@ myKeyMap =
|
|||||||
, ("M4-S-q", return ())
|
, ("M4-S-q", return ())
|
||||||
|
|
||||||
, ("M4-w", floatNext True >> spawn "${pkgs.copyq}/bin/copyq show")
|
, ("M4-w", floatNext True >> spawn "${pkgs.copyq}/bin/copyq show")
|
||||||
|
|
||||||
|
, ("M4-<F1>", spawn "${pkgs.xorg.xbacklight}/bin/xbacklight -set 1")
|
||||||
|
, ("M4-<F2>", spawn "${pkgs.xorg.xbacklight}/bin/xbacklight -set 10")
|
||||||
|
, ("M4-<F3>", spawn "${pkgs.xorg.xbacklight}/bin/xbacklight -set 33")
|
||||||
|
, ("M4-<F4>", spawn "${pkgs.xorg.xbacklight}/bin/xbacklight -set 100")
|
||||||
]
|
]
|
||||||
|
|
||||||
forkFile :: FilePath -> [String] -> Maybe [(String, String)] -> X ()
|
forkFile :: FilePath -> [String] -> Maybe [(String, String)] -> X ()
|
||||||
|
Loading…
Reference in New Issue
Block a user