fixed mpc commands and conflicting keybinds.
This commit is contained in:
		
							parent
							
								
									df836d935d
								
							
						
					
					
						commit
						c358b2179b
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -96,9 +96,9 @@ font pango:DejaVu Sans Mono 8
 | 
				
			||||||
	bindsym $mod+Shift+a sticky toggle
 | 
						bindsym $mod+Shift+a sticky toggle
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	#make currently focused window a scratchpad
 | 
						#make currently focused window a scratchpad
 | 
				
			||||||
	bindsym $mod+shift+backslash move scratchpad
 | 
						bindsym $mod+shift+` move scratchpad
 | 
				
			||||||
	#and hide and show it
 | 
						#and hide and show it
 | 
				
			||||||
	bindsym $mod+backslash scratchpad show
 | 
						bindsym $mod+` scratchpad show
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	#workspace switching
 | 
						#workspace switching
 | 
				
			||||||
		# Define names for default workspaces for which we configure key bindings later on. We use variables to avoid repeating the names in multiple places.
 | 
							# Define names for default workspaces for which we configure key bindings later on. We use variables to avoid repeating the names in multiple places.
 | 
				
			||||||
| 
						 | 
					@ -181,12 +181,12 @@ font pango:DejaVu Sans Mono 8
 | 
				
			||||||
		bindsym $mod+shift+s exec "maim -i $(xdotool getactivewindow) ~/$(date +%s).png"
 | 
							bindsym $mod+shift+s exec "maim -i $(xdotool getactivewindow) ~/$(date +%s).png"
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	#mpd controls
 | 
						#mpd controls
 | 
				
			||||||
		bindsym $mod+space mpc toggle
 | 
							bindsym $mod+p exec "mpc toggle"
 | 
				
			||||||
		bindsym $mod+plus mpc volume +
 | 
							bindsym $mod+plus exec "mpc volume +1"
 | 
				
			||||||
		bindsym $mod+minus mpc volume -
 | 
							bindsym $mod+minus exec "mpc volume -1"
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	#open volume control
 | 
						#open volume control
 | 
				
			||||||
		bindsym $mod p exec pavucontrol
 | 
							bindsym $mod+shift+p exec pavucontrol
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#make certan windwows always floating
 | 
					#make certan windwows always floating
 | 
				
			||||||
	#volume controll
 | 
						#volume controll
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue