From 698a10a5e93bfb1d0281f75769925a8598965d1c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 31 Oct 2024 11:55:57 +0200 Subject: sway: hermes: Add brightnessctl bindings. --- .config/sway/hermes/keyboard.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/sway') 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 -- cgit v1.2.3