Switch static workspaces with icons
This commit is contained in:
parent
02277a3ae2
commit
926b73e1b8
1 changed files with 4 additions and 3 deletions
|
@ -104,8 +104,8 @@ bindsym $mod+g gaps inner current set 0; gaps outer current set 0
|
||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
set $ws1 "1"
|
set $ws1 "1:"
|
||||||
set $ws2 "2"
|
set $ws2 "2:"
|
||||||
set $ws3 "3"
|
set $ws3 "3"
|
||||||
set $ws4 "4"
|
set $ws4 "4"
|
||||||
set $ws5 "5"
|
set $ws5 "5"
|
||||||
|
@ -170,7 +170,8 @@ bindsym $mod+r mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
font $font
|
strip_workspace_numbers yes
|
||||||
|
font $font
|
||||||
position bottom
|
position bottom
|
||||||
colors {
|
colors {
|
||||||
background #232323
|
background #232323
|
||||||
|
|
Loading…
Reference in a new issue