settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f3e27b7061f7fbf0fe69b0caed9776e8553906ef
parent 3073b21894c1a67adb3576f4ec3de440d1a4a25f
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Tue Aug  5 15:02:52 2014

Updated i3

Diffstat:
 i3/config | 46 +++++++++++++++++++---------------------------
 1 file changed, 19 insertions(+), 27 deletions(-)

diff --git a/i3/config b/i3/config @@ -1,12 +1,4 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout somewhen, delete -# this file and re-run i3-config-wizard(1). -# -# i3 config file (v4) -# -# Please see http://i3wm.org/docs/userguide.html for a complete reference! +# Solarized-ish theme set $mod Mod4 @@ -16,7 +8,7 @@ exec xfce4-volumed exec compton --backend glx --vsync opengl-swc --paint-on-overlay -exec feh --bg-scale ~/pictures/313131.png +exec feh --bg-scale /usr/share/xfce4/backdrops/cloudbreaker.jpg # hide dem borders hide_edge_borders both @@ -27,14 +19,14 @@ for_window [title="^float$"] floating enable #colors -set $background #EEEEEE -set $back-inact #313131 -set $back-urgen #FFEEEE -set $border #FFFFFF -set $bor-in #313131 -set $bor-ur #313131 -set $text #313131 -set $t-in #EEEEEE +set $background #839496 +set $back-inact #073642 +set $back-urgen #CB504E +set $border #93A1A1 +set $bor-in #073642 +set $bor-ur #424242 +set $text #002B36 +set $t-in #839496 set $t-ur #B00011 # class border background text indicator @@ -153,17 +145,17 @@ mode "resize" { # when pressing left, the window is resized so that it has # more space on its left -bindsym j resize shrink left 10 px or 10 ppt -bindsym Shift+J resize grow left 10 px or 10 ppt +bindsym b resize shrink left 1 px or 1 ppt +bindsym Shift+B resize grow left 1 px or 1 ppt -bindsym k resize shrink down 10 px or 10 ppt -bindsym Shift+K resize grow down 10 px or 10 ppt +bindsym n resize shrink down 1 px or 1 ppt +bindsym Shift+N resize grow down 1 px or 1 ppt -bindsym l resize shrink up 10 px or 10 ppt -bindsym Shift+L resize grow up 10 px or 10 ppt +bindsym p resize shrink up 1 px or 1 ppt +bindsym Shift+P resize grow up 1 px or 1 ppt -bindsym semicolon resize shrink right 10 px or 10 ppt -bindsym Shift+colon resize grow right 10 px or 10 ppt +bindsym f resize shrink right 1 px or 1 ppt +bindsym Shift+F resize grow right 1 px or 1 ppt # same bindings, but for the arrow keys bindsym Left resize shrink left 10 px or 10 ppt @@ -189,7 +181,7 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { status_command conky-i3bar - tray_output none +# tray_output none colors { background $back-inact statusline $text