From ffb7f3dfd3e5e52ddb2c6f4be807adfc7d6979e9 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 9 May 2023 15:52:00 +0800 Subject: [PATCH] sway: wireplumber key bindings --- .config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index f9ac764..bafb48e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -186,9 +186,9 @@ hide_edge_borders both focus_on_window_activation urgent #bindsym Print exec "export STAMP=$(date '+%Y%m%d-%H%M%S'); import -window root ~/Pictures/$STAMP.png; notify-send -i camera Screenshot \\"$STAMP.png saved\\" " -bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle -bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% -bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% +bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ mode "Minecraft" { bindsym $mod+f exec ~/sources/mcafk/mcrightclick.sh on -- 2.45.2