merge with work (f65ac98)

This commit is contained in:
finga 2016-02-21 13:05:19 +01:00
parent e7c8488a8e
commit a0d971ea7c
2 changed files with 13 additions and 39 deletions

View file

@ -9,7 +9,7 @@
# #
# Please see http://i3wm.org/docs/userguide.html for a complete reference! # Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod1 set $mod Mod4
# font for window titles. ISO 10646 = Unicode # font for window titles. ISO 10646 = Unicode
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
@ -48,30 +48,16 @@ bindsym $mod+d exec dmenu_run
bindsym $mod+Escape exec i3lock -c 000000 bindsym $mod+Escape exec i3lock -c 000000
# change focus # 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+Left focus left
bindsym $mod+Down focus down bindsym $mod+Down focus down
bindsym $mod+Up focus up bindsym $mod+Up focus up
bindsym $mod+Right focus right bindsym $mod+Right focus right
# move focused window # move focused window
bindsym $mod+Shift+J move left bindsym $mod+Shift+Left move left 25 px
bindsym $mod+Shift+K move down bindsym $mod+Shift+Down move down 25 px
bindsym $mod+Shift+L move up bindsym $mod+Shift+Up move up 25 px
bindsym $mod+Shift+colon move right bindsym $mod+Shift+Right move right 25 px
# 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
# split in horizontal orientation # split in horizontal orientation
bindsym $mod+h split h bindsym $mod+h split h
@ -93,10 +79,6 @@ bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows # change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle bindsym $mod+space focus mode_toggle
#focus mouse on/off
#focus_follows_mouse yes
#bindsym $mod+m focus_follows_mouse mode_toggle
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
@ -129,8 +111,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
@ -138,16 +122,6 @@ bindsym $mod+Shift+E exit
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width.
# 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 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
@ -157,12 +131,13 @@ 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"
# 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)
@ -171,7 +146,7 @@ bar {
position top position top
tray_output primary tray_output primary
workspace_buttons yes workspace_buttons yes
mode hide mode dock
modifier $mod modifier $mod
colors { colors {
@ -179,7 +154,6 @@ bar {
focused_workspace #00cc00 #00ff00 #000000 focused_workspace #00cc00 #00ff00 #000000
inactive_workspace #00cc00 #008b00 #cccccc inactive_workspace #00cc00 #008b00 #cccccc
#client.orientation #ff0000
} }
} }
exec i3-msg split vertical

View file

@ -5,7 +5,7 @@ general {
order += "ipv6" order += "ipv6"
order += "ethernet eth0" order += "ethernet eth0"
order += "wireless wlan1" order += "wireless wlan0"
order += "battery 0" order += "battery 0"
order += "cpu_usage" order += "cpu_usage"
order += "load" order += "load"