dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 60d0914e66456ae0fdf6862812e02ac0be2818d6
parent 73c22c2cb47ba9f44e0f35d173efcc6867709a29
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat,  4 Jan 2014 22:28:04 +0100

i3 in grey colors, fonts built on X startup

Diffstat:
M.Xresources | 3++-
M.i3/config | 17++++++++++-------
M.xinitrc | 6++++++
3 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -3,7 +3,8 @@ Xcursor.theme: Vanilla-DMZ-AA Xcursor.size: 22 ! terminal colors ------------------------------------------------------------ -#include "/home/adc/.colors/solarized" +!#include "/home/adc/.colors/solarized" +#include "/home/adc/.colors/erosionedit" ! urxvt ---------------------------------------------------------------------- urxvt*perl-lib: /usr/lib/urxvt/perl diff --git a/.i3/config b/.i3/config @@ -28,10 +28,14 @@ font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1 new_window 1pixel # color class border backgr. text indicator -client.focused #4c7899 #285577 #ffffff #2e9ef4 -#client.focused_inactive #333333 #5f676a #ffffff #484e50 -client.focused_inactive #333333 #222222 #888888 #292d2e -client.unfocused #333333 #222222 #888888 #292d2e +#client.focused #4c7899 #285577 #ffffff #2e9ef4 +##client.focused_inactive #333333 #5f676a #ffffff #484e50 +#client.focused_inactive #333333 #222222 #888888 #292d2e +#client.unfocused #333333 #222222 #888888 #292d2e +#client.urgent #2f343a #900000 #ffffff #900000 +client.focused #666666 #333333 #ffffff #555555 +client.focused_inactive #333333 #222222 #888888 #333333 +client.unfocused #333333 #222222 #888888 #222222 client.urgent #2f343a #900000 #ffffff #900000 # Use Mouse+$mod to drag floating windows to their wanted position @@ -52,7 +56,7 @@ bindsym $mod+z exec /home/adc/bin/zzz-i3 bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+space exec dmenu_run -nb \#222222 -nf \#888888 -sb \#285577 -sf \#ffffff +bindsym $mod+space exec dmenu_run -nb \#222222 -nf \#888888 -sb \#333333 -sf \#ffffff # change focus bindsym $mod+h focus left @@ -174,11 +178,10 @@ bar { font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 colors { - #background #000000 background #111111 statusline #ffffff - focused_workspace #ffffff #285577 + focused_workspace #ffffff #444444 active_workspace #ffffff #333333 inactive_workspace #888888 #222222 urgent_workspace #ffffff #900000 diff --git a/.xinitrc b/.xinitrc @@ -31,6 +31,12 @@ xset m 2/1 4 # Set dim LCD brightness #xbacklight -set 30 & +# Load local fonts +xset +fp ~/.fonts +xset fp rehash +fc-cache +fc-cache -fv + # Notification deamon dunst &