summaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
Diffstat (limited to '.i3')
-rw-r--r--.i3/config13
1 files changed, 11 insertions, 2 deletions
diff --git a/.i3/config b/.i3/config
index 0c85386..dbc5713 100644
--- a/.i3/config
+++ b/.i3/config
@@ -85,6 +85,12 @@ bindsym $mod+Control+h move workspace to output left
bindsym $mod+Control+Right move workspace to output right
bindsym $mod+Control+l move workspace to output right
+# move containers to other outputs «3
+bindsym $mod+Control+Shift+Left move container to output left
+bindsym $mod+Control+Shift+h move container to output left
+bindsym $mod+Control+Shift+Right move container to output right
+bindsym $mod+Control+Shift+l move container to output right
+
# misc «3
# focus the parent container
bindsym $mod+a focus parent
@@ -96,8 +102,8 @@ bindsym $alt+space focus mode_toggle
# Layout «2
###########
-# split in horizontal orientation ('h' is already consumed)
-bindsym $mod+Shift+v split h
+# split in horiZontal orientation ('h' is already consumed)
+bindsym $mod+z split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
@@ -204,6 +210,9 @@ for_window [class="^(?i)thunderbird$" instance="Mail"] floating disable; layout
# Firefox stuff
for_window [class="^(?i)firefox$" instance="Browser"] floating enable
+# Steam
+assign [class="Steam"] → steam
+
# Autostart «1
################################################