changed default workspace multiscreen orientation
This commit is contained in:
parent
ce087c014b
commit
8f966b04ec
1 changed files with 9 additions and 12 deletions
21
.i3/config
21
.i3/config
|
@ -115,8 +115,10 @@ bindsym $mod+Shift+parenright move container to workspace 10
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+C reload
|
bindsym $mod+Shift+C reload
|
||||||
|
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+R restart
|
bindsym $mod+Shift+R restart
|
||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+E exit
|
bindsym $mod+Shift+E exit
|
||||||
|
|
||||||
|
@ -128,12 +130,6 @@ mode "resize" {
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s 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 Right resize shrink width 10 px or 10 ppt
|
||||||
bindsym Down resize grow height 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
|
bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
|
@ -143,24 +139,25 @@ mode "resize" {
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# dedicated workspaces
|
# dedicated workspaces
|
||||||
workspace "1" output VGA-0
|
workspace "1" output VGA-0
|
||||||
workspace "2" output VGA-0
|
workspace "2" output VGA-1
|
||||||
workspace "3" output VGA-0
|
workspace "3" output VGA-0
|
||||||
workspace "4" output VGA-0
|
workspace "4" output VGA-1
|
||||||
workspace "5" output VGA-0
|
workspace "5" output VGA-0
|
||||||
workspace "6" output VGA-1
|
workspace "6" output VGA-1
|
||||||
workspace "7" output VGA-1
|
workspace "7" output VGA-0
|
||||||
workspace "8" output VGA-1
|
workspace "8" output VGA-1
|
||||||
workspace "9" output VGA-1
|
workspace "9" output VGA-0
|
||||||
workspace "0" output VGA-1
|
workspace "0" output VGA-1
|
||||||
|
|
||||||
# colours
|
# colors
|
||||||
client.focused #000000 #009900 #ffffff #ff0000
|
client.focused #000000 #009900 #ffffff #ff0000
|
||||||
|
#client.focused_inactive
|
||||||
client.unfocused #000000 #005500 #000000 #ff0000
|
client.unfocused #000000 #005500 #000000 #ff0000
|
||||||
|
#client.urgent
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
Loading…
Reference in a new issue