From 0890209060fd7c8169131872f2a18ddb3e08f196 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 1 Jul 2021 10:12:27 +0200 Subject: [PATCH] Added keybinding for pavucontrol --- i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index f4106be..e885a28 100644 --- a/i3/config +++ b/i3/config @@ -92,7 +92,7 @@ bindsym $mod+v split v bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking +bindsym $mod+Shift+w layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split @@ -262,6 +262,7 @@ bindsym $mod+t exec thunar bindsym $mod+m exec xfce4-terminal -x mc bindsym $mod+Shift+c exec jupyter-calculator bindsym $mod+b exec firefox +bindsym $mod+s exec pavucontrol workspace_auto_back_and_forth yes