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:
Solomon Laing 2021-04-25 18:57:00 +09:30
parent 8458035b6e
commit cc220f0c7b

5
.local/bin/mod_backlight Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if command -v backlight_control &> /dev/null; then
backlight_control $1
fi