changed default workspace multiscreen orientation

This commit is contained in:
finga 2016-01-25 17:58:53 +01:00
parent ce087c014b
commit 8f966b04ec

View file

@ -115,8 +115,10 @@ bindsym $mod+Shift+parenright move container to workspace 10
# reload the configuration file
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 exit
@ -128,12 +130,6 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Right resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
@ -143,24 +139,25 @@ mode "resize" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# dedicated workspaces
workspace "1" output VGA-0
workspace "2" output VGA-0
workspace "2" output VGA-1
workspace "3" output VGA-0
workspace "4" output VGA-0
workspace "4" output VGA-1
workspace "5" output VGA-0
workspace "6" output VGA-1
workspace "7" output VGA-1
workspace "7" output VGA-0
workspace "8" output VGA-1
workspace "9" output VGA-1
workspace "9" output VGA-0
workspace "0" output VGA-1
# colours
# colors
client.focused #000000 #009900 #ffffff #ff0000
#client.focused_inactive
client.unfocused #000000 #005500 #000000 #ff0000
#client.urgent
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)