dual screen setup, clean up

This commit is contained in:
finga 2016-01-21 16:14:31 +01:00
parent 1e9018bdce
commit ce087c014b

View file

@ -48,30 +48,16 @@ bindsym $mod+d exec dmenu_run
bindsym $mod+Escape exec i3lock -c 000000
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+J move left
bindsym $mod+Shift+K move down
bindsym $mod+Shift+L move up
bindsym $mod+Shift+colon move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
#client.orientation #ff0000
bindsym $mod+Shift+Left move left 25 px
bindsym $mod+Shift+Down move down 25 px
bindsym $mod+Shift+Up move up 25 px
bindsym $mod+Shift+Right move right 25 px
# split in horizontal orientation
bindsym $mod+h split h
@ -160,6 +146,18 @@ mode "resize" {
bindsym $mod+r mode "resize"
# dedicated workspaces
workspace "1" output VGA-0
workspace "2" output VGA-0
workspace "3" output VGA-0
workspace "4" output VGA-0
workspace "5" output VGA-0
workspace "6" output VGA-1
workspace "7" output VGA-1
workspace "8" output VGA-1
workspace "9" output VGA-1
workspace "0" output VGA-1
# colours
client.focused #000000 #009900 #ffffff #ff0000
client.unfocused #000000 #005500 #000000 #ff0000
@ -179,6 +177,7 @@ bar {
focused_workspace #00cc00 #00ff00 #000000
inactive_workspace #00cc00 #008b00 #cccccc
#client.orientation #ff0000
}
}