From 64d09d9674f6ec869458cb6113b8e6974bae1d1e Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 21 Apr 2020 19:11:34 +0200
Subject: [PATCH] Add desktop shortcut for pulsemixer

---
 home-profiles/desktop/.config/sway/config | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config
index 6cd8dc0..992278e 100644
--- a/home-profiles/desktop/.config/sway/config
+++ b/home-profiles/desktop/.config/sway/config
@@ -222,6 +222,7 @@ bindsym $mod+Shift+m move container to workspace $workspace_music
 # start spotify instead of mopidy web interface while mopidy is broken
 #bindsym $mod+Ctrl+m workspace $workspace_music; exec --no-startup-id chromium --app=http://stargate:6680/iris/#/
 bindsym $mod+Ctrl+m workspace $workspace_music; exec spotify
+bindsym $mod+Alt+m exec $terminal pulsemixer
 #bindsym $mod+Ctrl+m workspace $workspace_music; exec ~/run/spotify-singleton
 
 # scratchpad
@@ -350,7 +351,7 @@ bindsym $mod+r mode "resize"
 
 
 # marks POC
-set $goto_mark "goto mark"
+#set $goto_mark "goto mark"
 set $set_mark "set mark"
 
 mode $goto_mark {
@@ -377,7 +378,8 @@ bindsym $mod+apostrophe mode $goto_mark
 bindsym $mod+grave mode $goto_mark
 bindsym $mod+acute mode $goto_mark
 
-bindsym $mod+Alt+m mode $set_mark
+# Keybinding is in conflict with pulsemixer keybinding
+#bindsym $mod+Alt+m mode $set_mark
 
 # experimental multi-level menu
 
-- 
GitLab