diff options
author | Thanos Apollo <[email protected]> | 2024-11-30 12:05:45 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-30 12:05:45 +0200 |
commit | 3a0b7a2aae782d21bf58eeaf4cdb8522e5b993fc (patch) | |
tree | 0f1fb84496a8c18f40fe99e5147403b9505da7a8 /.config/sway/hermes | |
parent | 5c990c2b3b1d8ea1f7d381ad031a3c1440a9f0b8 (diff) | |
parent | e0c4f68e5f90a3014f58b0e5df61198ddae70ec4 (diff) |
Merge branch 'x220'
Diffstat (limited to '.config/sway/hermes')
-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 |