diff --git a/.config/i3/config b/.config/i3/config index f7dd278..e20ca93 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -159,8 +159,7 @@ bindsym $mod+Shift+i resize grow height 10 px or 10 ppt #bindsym $mod+o exec --no-startup-id $beg bindsym $mod+Shift+o resize grow width 10 px or 10 ppt -bindsym $mod+p exec xdo hide -N "Polybar" -bindsym $mod+Shift+p exec xdo show -N "Polybar" +bindsym $mod+p exec --no-startup-id polybar-msg cmd toggle bindsym $mod+a [instance="music"] scratchpad show; move position center bindsym $mod+Shift+a exec pavucontrol diff --git a/.config/polybar/bottom-bar b/.config/polybar/bottom-bar index e4fb60f..b5da67e 100644 --- a/.config/polybar/bottom-bar +++ b/.config/polybar/bottom-bar @@ -14,3 +14,4 @@ module-margin-left = 1 module-margin-right = 1 font-0 = FontAwesome:size=10.5;1 font-1 = UbuntuMono Nerd Font:size=10.5;1 +enable-ipc = true diff --git a/.config/polybar/top-bar b/.config/polybar/top-bar index c5fe749..49c13a9 100644 --- a/.config/polybar/top-bar +++ b/.config/polybar/top-bar @@ -16,4 +16,4 @@ font-0 = FontAwesome:size=10;1 font-1 = UbuntuMono Nerd Font:size=10.5;1 scroll-up = i3wm-wsnext scroll-down = i3wm-wsprev - +enable-ipc = true