Add keybindings for sound control. Change key binding to open pavu
This commit is contained in:
		@@ -66,6 +66,12 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
** Change Tracks
 | 
			
		||||
#+begin_src conf
 | 
			
		||||
  bindsym $mod+period exec --no-startup-id mpc toggle
 | 
			
		||||
  bindsym $mod+Shift+period exec --no-startup-id mpc next
 | 
			
		||||
  bindsym $mod+Shift+comma exec --no-startup-id mpc prev
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
#+begin_src conf
 | 
			
		||||
  bindsym XF86AudioPlay exec --no-startup-id mpc toggle
 | 
			
		||||
  bindsym XF86AudioNext exec --no-startup-id mpc next
 | 
			
		||||
@@ -88,6 +94,8 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
 | 
			
		||||
#+begin_src conf
 | 
			
		||||
  # Start program launcher
 | 
			
		||||
  bindsym $mod+d exec --no-startup-id rofi -show run
 | 
			
		||||
  # Start Sound Manager
 | 
			
		||||
  bindsym $mod+s exec --no-startup-id pavucontrol
 | 
			
		||||
  # Windows Switch
 | 
			
		||||
  bindsym $mod+w exec --no-startup-id rofi -show window
 | 
			
		||||
  # Launch categorized menu
 | 
			
		||||
@@ -106,8 +114,6 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
 | 
			
		||||
  bindsym $mod+o exec alacritty -e "ranger"
 | 
			
		||||
  # Browser
 | 
			
		||||
  bindsym $mod+i exec qutebrowser
 | 
			
		||||
  # Sound Manager
 | 
			
		||||
  bindsym $mod+ctrl+m exec pavucontrol
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
* Set shut down, restart and locking features
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user