From 4c187dfd150b171c796f3a8bca771c9a92c8a9e2 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 20 Feb 2024 13:04:13 +0100 Subject: [PATCH] Add more workspaces --- templates/i3_config.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/i3_config.j2 b/templates/i3_config.j2 index 7da4b4b..0623648 100644 --- a/templates/i3_config.j2 +++ b/templates/i3_config.j2 @@ -146,6 +146,11 @@ bindsym $mod+7 workspace number $ws7 bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 +bindsym Mod1+m workspace mattermost +bindsym Mod1+s workspace slack +bindsym Mod1+t workspace thunderbird +bindsym Mod1+w workspace web +bindsym Mod1+z workspace zoom # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number $ws1 @@ -158,6 +163,11 @@ bindsym $mod+Shift+7 move container to workspace number $ws7 bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 +bindsym Mod1+Shift+m move container to workspace mattermost +bindsym Mod1+Shift+s move container to workspace slack +bindsym Mod1+Shift+t move container to workspace thunderbird +bindsym Mod1+Shift+w move container to workspace web +bindsym Mod1+Shift+z move container to workspace zoom # reload the configuration file bindsym $mod+Shift+r reload