From f8e498a7b0a2f2f604d83ebb48110cf8881f2148 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 7 Aug 2015 17:21:15 -0700 Subject: [PATCH] Use function keys for additional workspaces --- .i3/config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.i3/config b/.i3/config index da03ac2..a1c026d 100644 --- a/.i3/config +++ b/.i3/config @@ -122,6 +122,18 @@ bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 +bindsym $mod+F1 workspace 11 +bindsym $mod+F2 workspace 12 +bindsym $mod+F3 workspace 13 +bindsym $mod+F4 workspace 14 +bindsym $mod+F5 workspace 15 +bindsym $mod+F6 workspace 16 +bindsym $mod+F7 workspace 17 +bindsym $mod+F8 workspace 18 +bindsym $mod+F9 workspace 19 +bindsym $mod+F10 workspace 20 +bindsym $mod+F11 workspace 21 +bindsym $mod+F12 workspace 22 # move focused container to workspace bindsym $mod+Shift+exclam move container to workspace 1 @@ -134,6 +146,18 @@ bindsym $mod+Shift+ampersand move container to workspace 7 bindsym $mod+Shift+asterisk move container to workspace 8 bindsym $mod+Shift+parenleft move container to workspace 9 bindsym $mod+Shift+parenright move container to workspace 10 +bindsym $mod+Shift+F1 move container to workspace 11 +bindsym $mod+Shift+F2 move container to workspace 12 +bindsym $mod+Shift+F3 move container to workspace 13 +bindsym $mod+Shift+F4 move container to workspace 14 +bindsym $mod+Shift+F5 move container to workspace 15 +bindsym $mod+Shift+F6 move container to workspace 16 +bindsym $mod+Shift+F7 move container to workspace 17 +bindsym $mod+Shift+F8 move container to workspace 18 +bindsym $mod+Shift+F9 move container to workspace 19 +bindsym $mod+Shift+F10 move container to workspace 20 +bindsym $mod+Shift+F11 move container to workspace 21 +bindsym $mod+Shift+F12 move container to workspace 22 # reload the configuration file bindsym $mod+Shift+C reload