From fc1431e33974ce3f16d7434d0eceaea988795045 Mon Sep 17 00:00:00 2001
From: "Lukas F. Hartmann" <lukas@mntre.com>
Date: Tue, 2 Mar 2021 22:45:55 +0100
Subject: [PATCH] sway config: fix pavucontrol shortcut

---
 reform2-imx8mq/template-skel/.config/sway/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reform2-imx8mq/template-skel/.config/sway/config b/reform2-imx8mq/template-skel/.config/sway/config
index 5464455..5e52800 100644
--- a/reform2-imx8mq/template-skel/.config/sway/config
+++ b/reform2-imx8mq/template-skel/.config/sway/config
@@ -75,7 +75,7 @@ hide_edge_borders both
     bindsym $mod+Return exec $term
     bindsym $mod+Shift+s exec grim ~/Pictures/$(date +'screenshot-%Y-%m-%d-%H-%M-%S').png
     bindsym $mod+Shift+x exec grim -g "$(slurp)" ~/Pictures/$(date +'screenshot-%Y-%m-%d-%H-%M-%S').png
-    bindsym $mod+Shift+v exec pavucontrol.sh
+    bindsym $mod+Shift+v exec reform-pavucontrol.sh
     bindsym $mod+Shift+l exec swaylock
 
     # Kill focused window
-- 
GitLab