Shorten comment for workspace variables
The old comments gave the impression that you had to define workspace names upfront, which is not true. This also keeps the overall config as brief as possible.
This commit is contained in:
parent
0600b11d2b
commit
941fe9ab4f
13
etc/config
13
etc/config
|
@ -104,17 +104,8 @@ bindsym Mod1+Shift+minus move scratchpad
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
bindsym Mod1+minus scratchpad show
|
bindsym Mod1+minus scratchpad show
|
||||||
|
|
||||||
# Define workspaces along with their labels
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
#
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
# Customize your workspace labels here.
|
|
||||||
# Example:
|
|
||||||
#
|
|
||||||
# set $ws1 "Terminals"
|
|
||||||
#
|
|
||||||
# or
|
|
||||||
#
|
|
||||||
# set $ws1 "1: Terminals"
|
|
||||||
#
|
|
||||||
set $ws1 "1"
|
set $ws1 "1"
|
||||||
set $ws2 "2"
|
set $ws2 "2"
|
||||||
set $ws3 "3"
|
set $ws3 "3"
|
||||||
|
|
|
@ -91,17 +91,8 @@ bindcode $mod+38 focus parent
|
||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
# Define workspaces along with their labels
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
#
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
# Customize your workspace labels here.
|
|
||||||
# Example:
|
|
||||||
#
|
|
||||||
# set $ws1 "Terminals"
|
|
||||||
#
|
|
||||||
# or
|
|
||||||
#
|
|
||||||
# set $ws1 "1: Terminals"
|
|
||||||
#
|
|
||||||
set $ws1 "1"
|
set $ws1 "1"
|
||||||
set $ws2 "2"
|
set $ws2 "2"
|
||||||
set $ws3 "3"
|
set $ws3 "3"
|
||||||
|
|
Loading…
Reference in New Issue