diff options
| author | 2017-03-27 13:49:19 +0200 | |
|---|---|---|
| committer | 2017-03-27 13:49:19 +0200 | |
| commit | 1647c39913965f7d90c6384c906971ff180c91b8 (patch) | |
| tree | 9c81e236c0129956d8e3886877a7557b29279e74 /xorg/.local/usr/bin | |
| parent | a4ce31d3ecd6285878a9d226ef81c1c0db2ce39a (diff) | |
| download | dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.gz dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.bz2 dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.zip | |
Updated bashrc and vimrc
Diffstat (limited to 'xorg/.local/usr/bin')
| -rwxr-xr-x | xorg/.local/usr/bin/xbacklightmon | 4 |
1 files changed, 2 insertions, 2 deletions
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() { | |||
| 10 | 10 | ||
| 11 | read -r max < "$path"/max_brightness | 11 | read -r max < "$path"/max_brightness |
| 12 | 12 | ||
| 13 | xbacklight -set "$(luminance)" | 13 | echo xbacklight -set "$(luminance)" |
| 14 | 14 | ||
| 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do | 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do |
| 16 | xbacklight -set "$(luminance)" | 16 | echo xbacklight -set "$(luminance)" |
| 17 | done | 17 | done |
