1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add backlight control to i3

This commit is contained in:
2016-12-04 13:58:25 +00:00
parent c1480498c1
commit 9433c26d62
4 changed files with 28 additions and 2 deletions

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") }
}