From 2c3096c728961e0a46793bf5b5c1ad7657c1d9d0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 14 Mar 2017 22:36:07 -0400 Subject: Add bri brightness control script This is probably terrible. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') 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 +' -- cgit 1.4.1