From de535944f395ead744b6cf03ce6c1db9ebb3656b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 16 Feb 2026 10:09:58 +0100 Subject: [PATCH] feat(sway): add f13-f24 input and bind mic mute --- sway/config.d/30-input.conf | 1 + sway/config.d/50-keybind.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/config.d/30-input.conf b/sway/config.d/30-input.conf index 666d5a6..9dc6778 100644 --- a/sway/config.d/30-input.conf +++ b/sway/config.d/30-input.conf @@ -1,4 +1,5 @@ input "type:keyboard" { + xkb_options "fkeys:basic_13-24" repeat_delay 150 repeat_rate 35 } diff --git a/sway/config.d/50-keybind.conf b/sway/config.d/50-keybind.conf index 00bf05d..d8c8871 100644 --- a/sway/config.d/50-keybind.conf +++ b/sway/config.d/50-keybind.conf @@ -83,7 +83,8 @@ bindsym $mod+minus scratchpad show bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs -bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle +bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle + # xf86-brightnes bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+