diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-17 15:26:43 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-17 15:26:43 -0300 |
| commit | 46010778db3288a59eb3fedee39fd3a8ab340aee (patch) | |
| tree | fe3afae72a18f86eb7aed09ab8bf5cf4e57e327b /etc/i3 | |
| parent | bin/: Use explicit "--" separator for assert-arg usages (diff) | |
| download | dotfiles-46010778db3288a59eb3fedee39fd3a8ab340aee.tar.gz dotfiles-46010778db3288a59eb3fedee39fd3a8ab340aee.tar.xz | |
Use "brightnessctl" both on xmonad and i3
Diffstat (limited to 'etc/i3')
| -rw-r--r-- | etc/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/i3/config b/etc/i3/config index 18d109a..212ebee 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -37,8 +37,8 @@ Bindsym Shift+F5 exec player rotate bindsym F6 exec player forward bindsym Shift+F6 exec player next -bindsym F7 exec brightness -1 -bindsym F8 exec brightness +1 +bindsym F7 exec brightnessctl -- set -10% +bindsym F8 exec brightnessctl -- set +10% bindsym --release Print exec shot bindsym --release $mod+Print exec shot -m |
