From 5a4f81a54539eee3f2b9652e38eaa85d8974bd26 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" <tfranken@protonmail.com> Date: Sat, 2 Jul 2022 15:00:28 +0200 Subject: [PATCH] Add 3 workspaces to make it 9 --- roles/i3/templates/i3config.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/i3/templates/i3config.j2 b/roles/i3/templates/i3config.j2 index d63a6de..ae4017b 100644 --- a/roles/i3/templates/i3config.j2 +++ b/roles/i3/templates/i3config.j2 @@ -103,6 +103,9 @@ bindsym $super+3 workspace 3 bindsym $super+4 workspace 4 bindsym $super+5 workspace 5 bindsym $super+6 workspace 6 +bindsym $super+7 workspace 7 +bindsym $super+8 workspace 8 +bindsym $super+9 workspace 9 # move focused container to workspace bindsym $super+Shift+1 move container to workspace 1 @@ -111,6 +114,9 @@ bindsym $super+Shift+3 move container to workspace 3 bindsym $super+Shift+4 move container to workspace 4 bindsym $super+Shift+5 move container to workspace 5 bindsym $super+Shift+6 move container to workspace 6 +bindsym $super+Shift+7 move container to workspace 7 +bindsym $super+Shift+8 move container to workspace 8 +bindsym $super+Shift+9 move container to workspace 9 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $super+Shift+r restart