From 1647c39913965f7d90c6384c906971ff180c91b8 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 27 Mar 2017 13:49:19 +0200 Subject: Updated bashrc and vimrc --- xorg/.local/usr/bin/xbacklightmon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg/.local/usr/bin/xbacklightmon') diff --git a/xorg/.local/usr/bin/xbacklightmon b/xorg/.local/usr/bin/xbacklightmon index 39f6b48..f5b46c0 100755 --- a/xorg/.local/usr/bin/xbacklightmon +++ b/xorg/.local/usr/bin/xbacklightmon @@ -10,8 +10,8 @@ luminance() { read -r max < "$path"/max_brightness -xbacklight -set "$(luminance)" +echo xbacklight -set "$(luminance)" inotifywait -me modify --format '' "$path"/actual_brightness | while read; do - xbacklight -set "$(luminance)" + echo xbacklight -set "$(luminance)" done -- cgit v1.2.3