From 15c0da50b3b91e6ff594e800b7475a7b7dc94b95 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Thu, 3 Dec 2020 14:27:46 +0100 Subject: [PATCH] i3: Remove names workspace I do not use this named workspace in a consistent way so lets remove them for now. --- i3/.config/i3/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 4d44e68..f17b9bc 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -98,12 +98,9 @@ bindsym $mod+a focus parent # focus the child container bindsym $mod+x focus child -# Workspaces -set $workspace2 "2: Firefox " - # switch to workspace bindsym $mod+1 workspace 1 -bindsym $mod+2 workspace $workspace2 +bindsym $mod+2 workspace 2 bindsym $mod+3 workspace 3 bindsym $mod+4 workspace 4 bindsym $mod+5 workspace 5 @@ -115,7 +112,7 @@ bindsym $mod+0 workspace 10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace 1 -bindsym $mod+Shift+2 move container to workspace $workspace2 +bindsym $mod+Shift+2 move container to workspace 2 bindsym $mod+Shift+3 move container to workspace 3 bindsym $mod+Shift+4 move container to workspace 4 bindsym $mod+Shift+5 move container to workspace 5