diff options
| author | Martin Fischer <martin@push-f.com> | 2026-07-13 18:12:09 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-07-13 18:50:17 +0200 |
| commit | d9a763907f58f9f254b332d4406f2acd1a61a936 (patch) | |
| tree | 63ec29b7cb8253864b68ce90cafa8083f36fdb50 | |
| parent | 4056eca514fcf643ac370dd2caeb32406ffe88bc (diff) | |
| -rw-r--r-- | user/sway/config | 8 |
1 files changed, 8 insertions, 0 deletions
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: # |
