Add keybindings for sound control. Change key binding to open pavu

This commit is contained in:
Thomas Dehaeze 2019-08-23 10:01:56 +02:00
parent f312cb688f
commit 7eb4923ec6

View File

@ -66,6 +66,12 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
#+end_src #+end_src
** Change Tracks ** 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 #+begin_src conf
bindsym XF86AudioPlay exec --no-startup-id mpc toggle bindsym XF86AudioPlay exec --no-startup-id mpc toggle
bindsym XF86AudioNext exec --no-startup-id mpc next bindsym XF86AudioNext exec --no-startup-id mpc next
@ -88,6 +94,8 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
#+begin_src conf #+begin_src conf
# Start program launcher # Start program launcher
bindsym $mod+d exec --no-startup-id rofi -show run bindsym $mod+d exec --no-startup-id rofi -show run
# Start Sound Manager
bindsym $mod+s exec --no-startup-id pavucontrol
# Windows Switch # Windows Switch
bindsym $mod+w exec --no-startup-id rofi -show window bindsym $mod+w exec --no-startup-id rofi -show window
# Launch categorized menu # Launch categorized menu
@ -106,8 +114,6 @@ Set mod key (Mod1=<Alt>, Mod4=<Super>)
bindsym $mod+o exec alacritty -e "ranger" bindsym $mod+o exec alacritty -e "ranger"
# Browser # Browser
bindsym $mod+i exec qutebrowser bindsym $mod+i exec qutebrowser
# Sound Manager
bindsym $mod+ctrl+m exec pavucontrol
#+end_src #+end_src
* Set shut down, restart and locking features * Set shut down, restart and locking features