diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 2bc298723af1360491c63ca55e846820ce65ddbc (patch) | |
| tree | bae8bd45eae7b6005d0c2dedfd67d193f8d1911a /.config/i3 | |
| parent | 3879ed1da24b4f86c975f167c4ed5103762c7c76 (diff) | |
ASDASDASDASD
Diffstat (limited to '.config/i3')
| -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) |
