]> git.sur5r.net Git - i3/i3/commitdiff
Shorten comment for workspace variables 3101/head
authorThomas Praxl <thomas@macrominds.de>
Tue, 26 Dec 2017 10:29:42 +0000 (11:29 +0100)
committerThomas Praxl <thomas@macrominds.de>
Tue, 26 Dec 2017 10:29:42 +0000 (11:29 +0100)
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.

etc/config
etc/config.keycodes

index 77966e8aec7eddf1ba29e918c4dd92183c5f655c..f08dac995152dcb546fe139e862c32401ed05e5a 100644 (file)
@@ -104,17 +104,8 @@ bindsym Mod1+Shift+minus move scratchpad
 # If there are multiple scratchpad windows, this command cycles through them.
 bindsym Mod1+minus scratchpad show
 
-# Define workspaces along with their labels
-#
-# Customize your workspace labels here.
-# Example:
-#
-# set $ws1 "Terminals" 
-#
-# or
-#
-# set $ws1 "1: Terminals"
-#
+# 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"
index 86eadb82cbb32c822f50760f5b3b0aa6a84a3042..a22f161767b15c154e52040b01fdeef520231fb7 100644 (file)
@@ -91,17 +91,8 @@ bindcode $mod+38 focus parent
 # focus the child container
 #bindsym $mod+d focus child
 
-# Define workspaces along with their labels
-#
-# Customize your workspace labels here.
-# Example:
-#
-# set $ws1 "Terminals" 
-#
-# or
-#
-# set $ws1 "1: Terminals"
-#
+# 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"