From 2bc298723af1360491c63ca55e846820ce65ddbc Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: ASDASDASDASD --- .config/i3/config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config/i3/config') 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) -- cgit v1.3-2-g0d8e