From 7eb4923ec6dec28057e48aeb9c53f99f7f8584ea Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 23 Aug 2019 10:01:56 +0200 Subject: [PATCH] Add keybindings for sound control. Change key binding to open pavu --- dotfiles/i3.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dotfiles/i3.org b/dotfiles/i3.org index c33b284..2bce00d 100644 --- a/dotfiles/i3.org +++ b/dotfiles/i3.org @@ -66,6 +66,12 @@ Set mod key (Mod1=, Mod4=) #+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=, Mod4=) #+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=, Mod4=) 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