aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/i3config
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdGraphicalSession/i3config')
-rw-r--r--SystemdGraphicalSession/i3config6
1 files changed, 6 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/i3config b/SystemdGraphicalSession/i3config
index aa6d86c..03fac04 100644
--- a/SystemdGraphicalSession/i3config
+++ b/SystemdGraphicalSession/i3config
@@ -11,11 +11,15 @@ bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
+bindsym $mod+Control+h split h
+bindsym $mod+Control+v split v
bindsym $mod+Shift+f fullscreen toggle
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
bindsym $mod+Shift+space floating toggle
+bindsym $mod+a focus parent
+bindsym $mod+c focus child
set $ws1 "1"
set $ws2 "2"
set $ws3 "3"
@@ -36,6 +40,8 @@ bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
+bindsym $mod+Shift+Mod1+l move workspace to output right
+bindsym $mod+Shift+Mod1+h move workspace to output left
bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3