diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/.Xresources | 9 | ||||
| -rwxr-xr-x | xorg/.local/usr/bin/xbacklightmon | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index efa1cb3..414cb64 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | *color0: #2d2d2d | 12 | *color0: #2d2d2d |
| 13 | *color8: #333333 | 13 | *color8: #333333 |
| 14 | 14 | ||
| 15 | ! Reds | 15 | ! Reds |
| 16 | *color1: #690a03 | 16 | *color1: #690a03 |
| 17 | *color9: #d64937 | 17 | *color9: #d64937 |
| 18 | 18 | ||
| @@ -40,7 +40,8 @@ | |||
| 40 | *color7: #d9d9d9 | 40 | *color7: #d9d9d9 |
| 41 | *color15: #f9f9f9 | 41 | *color15: #f9f9f9 |
| 42 | 42 | ||
| 43 | XTerm*termName: xterm-256color | ||
| 44 | XTerm*selectToClipboard: true | ||
| 45 | XTerm*metaSendsEscape: true | ||
| 46 | XTerm*background: #2F343F | 43 | XTerm*background: #2F343F |
| 44 | XTerm*metaSendsEscape: true | ||
| 45 | XTerm*scrollBar: false | ||
| 46 | XTerm*selectToClipboard: true | ||
| 47 | XTerm*termName: xterm-256color | ||
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 |
