xmonad: increased brightness increment to 10
This commit is contained in:
parent
6a157cc865
commit
786f1ebcb7
|
@ -185,8 +185,8 @@ promptTheme =
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, iogNeomuttTerminal, iogTerminal, mioTerminal, myNeomuttTerminal, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, iogNeomuttTerminal, iogTerminal, mioTerminal, myNeomuttTerminal, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
||||||
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
brightnessDown = "light -U 10 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
brightnessUp = "light -A 10 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
browser = "firefox"
|
browser = "firefox"
|
||||||
daedalus = "daedalus"
|
daedalus = "daedalus"
|
||||||
discord = "discord"
|
discord = "discord"
|
||||||
|
|
Loading…
Reference in a new issue