From 37b562b5c934449a34b8078e42e7b5ff926c87f7 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 26 Jun 2024 18:39:22 -0600 Subject: [PATCH] hide the polybar on the even bois --- config/i3.conf | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/config/i3.conf b/config/i3.conf index bcfdd7e..9a8c70c 100644 --- a/config/i3.conf +++ b/config/i3.conf @@ -77,16 +77,17 @@ bindsym $mod+Shift+f focus parent; fullscreen; focus child bindsym $mod+BackSpace open -bindsym $mod+1 workspace number "1" -bindsym $mod+2 workspace number "2" -bindsym $mod+3 workspace number "3" -bindsym $mod+4 workspace number "4" -bindsym $mod+5 workspace number "5" -bindsym $mod+6 workspace number "6" -bindsym $mod+7 workspace number "7" -bindsym $mod+8 workspace number "8" -bindsym $mod+9 workspace number "9" -bindsym $mod+0 workspace number "0" +bindsym $mod+1 workspace number "1"; exec --no-startup-id polybar-msg cmd show +bindsym $mod+2 workspace number "2"; exec --no-startup-id polybar-msg cmd hide +bindsym $mod+3 workspace number "3"; exec --no-startup-id polybar-msg cmd show +bindsym $mod+4 workspace number "4"; exec --no-startup-id polybar-msg cmd hide +bindsym $mod+5 workspace number "5"; exec --no-startup-id polybar-msg cmd show +bindsym $mod+6 workspace number "6"; exec --no-startup-id polybar-msg cmd hide +bindsym $mod+7 workspace number "7"; exec --no-startup-id polybar-msg cmd show +bindsym $mod+8 workspace number "8"; exec --no-startup-id polybar-msg cmd hide +bindsym $mod+9 workspace number "9"; exec --no-startup-id polybar-msg cmd show +bindsym $mod+0 workspace number "0"; exec --no-startup-id polybar-msg cmd hide + bindsym $mod+Shift+1 move container to workspace number "1" bindsym $mod+Shift+2 move container to workspace number "2"