Add backlight control to i3

This commit is contained in:
2017-12-26 15:43:46 +00:00
parent c1480498c1
commit 9433c26d62
4 changed files with 28 additions and 2 deletions
-2
View File
@@ -75,8 +75,6 @@ switch($ENV{BLOCK_BUTTON} || 0) {
}
}
}
case "4" { system("light -U -l 1") }
case "5" { system("light -A -l 1") }
}