diff options
author | June McEnroe <programble@gmail.com> | 2017-03-14 22:36:07 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-03-14 22:36:07 -0400 |
commit | 7f510aef75e9c524fb7858f62e33838ab4f54932 (patch) | |
tree | 59410eef05a4d189bfb1a1c1b544c23352f13df3 /.tmux.conf | |
parent | Add comment to tmux terminal override (diff) | |
download | src-7f510aef75e9c524fb7858f62e33838ab4f54932.tar.gz src-7f510aef75e9c524fb7858f62e33838ab4f54932.zip |
Add bri brightness control script
This is probably terrible.
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index f3cb4525..c0343d31 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -40,3 +40,6 @@ set -g window-status-format ' #{=20:pane_title} ' set -g window-status-current-format '#[reverse] #{pane_title} ' set -g status-left '|' set -g status-right '[#h:#S] #(clock)' + +bind -r F6 run-shell 'bri -' +bind -r F7 run-shell 'bri +' |