diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index c6a5693..aa61018 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -161,6 +161,9 @@ bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 +bindsym $mod+x workspace number $ws10 +bindsym $mod+z workspace number $ws9 + # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number $ws1 bindsym $mod+Shift+2 move container to workspace number $ws2 @@ -173,6 +176,12 @@ 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 $mod+Shift+x move container to workspace number $ws10 +bindsym $mod+Shift+z move container to workspace number $ws9 + +bindsym $mod+Ctrl+l move workspace to output right +bindsym $mod+Ctrl+h move workspace to output left + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) |
