diff options
author | Thanos Apollo <[email protected]> | 2024-10-31 11:55:57 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-31 11:55:57 +0200 |
commit | 698a10a5e93bfb1d0281f75769925a8598965d1c (patch) | |
tree | be8fae7da3597251e2e492a469645325de574ed3 /.config/sway/hermes/keyboard.config | |
parent | dbbc577ec8a9114f9777955e7a5fa4ee5d454cd5 (diff) |
sway: hermes: Add brightnessctl bindings.
Diffstat (limited to '.config/sway/hermes/keyboard.config')
-rw-r--r-- | .config/sway/hermes/keyboard.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sway/hermes/keyboard.config b/.config/sway/hermes/keyboard.config index 6a60114..90f9b1e 100644 --- a/.config/sway/hermes/keyboard.config +++ b/.config/sway/hermes/keyboard.config @@ -4,4 +4,7 @@ input "type:keyboard" { xkb_layout us,gr xkb_options grp:win_space_toggle,ctrl:swapcaps - }
\ No newline at end of file + } + +bindsym F2 exec brightnessctl set +5% +bindsym F1 exec brightnessctl set 5%-
\ No newline at end of file |