diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 13:50:32 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 13:50:32 -0400 |
| commit | 077b73c66e7e86a7e73c0e14c8cdb691bfc8a853 (patch) | |
| tree | 1f30fbd2cdbb17f855cfb2f782c4c6a0a93ff3f8 /.config/i3/config | |
| parent | e757a9cf94cfb346044fcfc3b1f359ac0a86fa9a (diff) | |
| download | eibhear-077b73c66e7e86a7e73c0e14c8cdb691bfc8a853.tar.gz eibhear-077b73c66e7e86a7e73c0e14c8cdb691bfc8a853.tar.zst eibhear-077b73c66e7e86a7e73c0e14c8cdb691bfc8a853.zip | |
kb-lights.py script fixed, moved to ~/.scripts
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index e3c122a..b56efca 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -407,8 +407,8 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 15 bindsym XF86AudioMedia exec --no-startup-id st -e ncmpcpp bindsym XF86Display exec --no-startup-id arandr #bindsym XF86KbdLightOnOff exec -bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.i3/kb-lights.py - -bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.i3/kb-lights.py + +bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.scripts/kb-lights.py - +bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.scripts/kb-lights.py + ##bindsym XF86Reply exec ##bindsym XF86MailForward exec ##bindsym XF86Save exec |
