diff options
author | Thanos Apollo <[email protected]> | 2024-10-31 11:58:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-31 11:58:14 +0200 |
commit | e0c4f68e5f90a3014f58b0e5df61198ddae70ec4 (patch) | |
tree | 377b16d9db2098178f17e6027f1dee08500d06bd /.config | |
parent | 85ef5409f540a484136d9af4dfa6ea8c1b0a8e68 (diff) | |
parent | 698a10a5e93bfb1d0281f75769925a8598965d1c (diff) |
Merge branch '#hermes'
Diffstat (limited to '.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 |