Skip to content
Snippets Groups Projects
Commit 64d09d96 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add desktop shortcut for pulsemixer

parent cbded47f
No related branches found
No related tags found
No related merge requests found
...@@ -222,6 +222,7 @@ bindsym $mod+Shift+m move container to workspace $workspace_music ...@@ -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 # 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 --no-startup-id chromium --app=http://stargate:6680/iris/#/
bindsym $mod+Ctrl+m workspace $workspace_music; exec spotify 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 #bindsym $mod+Ctrl+m workspace $workspace_music; exec ~/run/spotify-singleton
# scratchpad # scratchpad
...@@ -350,7 +351,7 @@ bindsym $mod+r mode "resize" ...@@ -350,7 +351,7 @@ bindsym $mod+r mode "resize"
# marks POC # marks POC
set $goto_mark "goto mark" #set $goto_mark "goto mark"
set $set_mark "set mark" set $set_mark "set mark"
mode $goto_mark { mode $goto_mark {
...@@ -377,7 +378,8 @@ bindsym $mod+apostrophe mode $goto_mark ...@@ -377,7 +378,8 @@ bindsym $mod+apostrophe mode $goto_mark
bindsym $mod+grave mode $goto_mark bindsym $mod+grave mode $goto_mark
bindsym $mod+acute 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 # experimental multi-level menu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment