summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-03-14 22:36:07 -0400
committerJune McEnroe <june@causal.agency>2017-03-14 22:36:07 -0400
commit2c3096c728961e0a46793bf5b5c1ad7657c1d9d0 (patch)
tree32e74cd497a348d334a10a692b40cf47a5b7878b /.tmux.conf
parentAdd comment to tmux terminal override (diff)
downloadsrc-2c3096c728961e0a46793bf5b5c1ad7657c1d9d0.tar.gz
src-2c3096c728961e0a46793bf5b5c1ad7657c1d9d0.zip
Add bri brightness control script
This is probably terrible.
Diffstat (limited to '')
-rw-r--r--.tmux.conf3
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 +'