aboutsummaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit2bc298723af1360491c63ca55e846820ce65ddbc (patch)
treebae8bd45eae7b6005d0c2dedfd67d193f8d1911a /.config/i3
parent3879ed1da24b4f86c975f167c4ed5103762c7c76 (diff)
ASDASDASDASD
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config9
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)