diff options
Diffstat (limited to 'env/.config/i3')
| -rw-r--r-- | env/.config/i3/config | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config index 9ce955a..0946096 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -168,16 +168,16 @@ bindsym $mod+minus scratchpad show # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8" -set $ws9 "9" -set $ws10 "10" +set $ws1 "1: " +set $ws2 "2: " +set $ws3 "3: " +set $ws4 "4: " +set $ws5 "5: " +set $ws6 "6: " +set $ws7 "7: " +set $ws8 "8: " +set $ws9 "9: " +set $ws10 "10: " bindsym $mod+n workspace next bindsym $mod+b workspace prev @@ -283,6 +283,7 @@ set $ws_bord #8568ef bar { separator_symbol "" output primary + strip_workspace_numbers yes status_command SCRIPT_DIR=~/.config/i3blocks i3blocks colors { @@ -301,4 +302,5 @@ bar { bar { separator_symbol "" output nonprimary + strip_workspace_numbers yes } |
