diff options
Diffstat (limited to '')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 | ||||
-rw-r--r-- | xdefaults | 2 | ||||
-rwxr-xr-x | xinitrc | 5 | ||||
-rw-r--r-- | zshrc | 1 |
4 files changed, 6 insertions, 6 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index bf1499c..d21867c 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -9,7 +9,7 @@ LEFT=n RIGHT=t # Colors tuples: "<text> <background> <border>" -WMII_FOCUSCOLORS='#66FF00 #101010 #66FF00' +WMII_FOCUSCOLORS='#66CC00 #000000 #111111' WMII_NORMCOLORS='#EEEEEE #000000 #111111' @@ -116,6 +116,8 @@ eventstuff() { wmiir xwrite /tag/sel/ctl colmode sel default Key $MODKEY-s wmiir xwrite /tag/sel/ctl colmode sel stack + Key $MODKEY-Shift-q + Action $(actionlist | eval $WMII_MENU) & Key $MODKEY-q sh -c "$(eval $WMII_MENU <$progsfile)" & Key $MODKEY-Return @@ -25,7 +25,7 @@ URxvt*inheritPixmap: true URxvt*inheritPixmap: false URxvt.cursorColor: #005588 -URxvt*background: #141414 +URxvt*background: #000000 URxvt*foreground: #ffffff URxvt*underlineColor: red URxvt*colorBD: #FFFFFF @@ -1,5 +1,5 @@ #!/bin/bash -WM='awesome' +WM='wmii' keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null @@ -7,9 +7,6 @@ source ~/.keychain/`hostname`-sh > /dev/null feh --bg-scale ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/pictures/wallpaper/ | wc -l)+1))p) xset s off -killall awesome_bar.sh -etc/awesome_bar.sh & - exec $WM # vim: set tw=0: @@ -70,6 +70,7 @@ alias -g L='| less' alias -s mp3=mplayer alias -s exe=wine +alias -s pdf=apvlv setopt nobeep setopt autocd |