From d9a763907f58f9f254b332d4406f2acd1a61a936 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 13 Jul 2026 18:12:09 +0200 Subject: feat(workstation): add sway function key bindings --- user/sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/user/sway/config b/user/sway/config index 9f5798e..af1a89f 100644 --- a/user/sway/config +++ b/user/sway/config @@ -180,6 +180,14 @@ input "10429:514:Hanvon_Ugee_Shortcut_Remote_Keyboard" { # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+minus scratchpad show + +# Function keys +bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- +bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+ +bindsym XF86MonBrightnessDown exec brightnessctl set 10%- +bindsym XF86MonBrightnessUp exec brightnessctl set 10%+ + # # Resizing containers: # -- cgit v1.3.1