|
@@ -117,6 +117,10 @@ bindsym $mod+Shift+8 move container to workspace number 8
|
|
|
bindsym $mod+Shift+9 move container to workspace number 9
|
|
|
bindsym $mod+Shift+0 move container to workspace number 10
|
|
|
|
|
|
+# Move the current workspace to the next output
|
|
|
+# (effectively toggles when you only have two outputs)
|
|
|
+bindsym $mod+x move workspace to output right
|
|
|
+
|
|
|
# Tag a workspace
|
|
|
bindsym $mod+t exec ~/.config/i3/ws-rename.sh
|
|
|
|
|
@@ -140,8 +144,6 @@ bindsym $mod+Shift+e mode "$mode_system"
|
|
|
bindsym $mod+Shift+c reload
|
|
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
|
|
bindsym $mod+Shift+r restart
|
|
|
-# exit i3 (logs you out of your X session)
|
|
|
-bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
|
|
|
|
|
# resize window (you can also use the mouse for that)
|
|
|
mode "resize" {
|