added backlight script which can be updated to support more devices, also updated xmonad.hs to use 10% increments rather than 5%
This commit is contained in:
parent
8458035b6e
commit
cc220f0c7b
5
.local/bin/mod_backlight
Executable file
5
.local/bin/mod_backlight
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v backlight_control &> /dev/null; then
|
||||
backlight_control $1
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user