From 832ec933738e4e2257ec445b05408a5b4d0ec701 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 17 Jul 2009 11:20:02 +0200 Subject: Several enhancements --- wmii-3.5/wmiirc | 4 +++- xdefaults | 2 +- xinitrc | 5 +---- 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: " " -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 diff --git a/xdefaults b/xdefaults index a4b7b61..e9d062d 100644 --- a/xdefaults +++ b/xdefaults @@ -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 diff --git a/xinitrc b/xinitrc index 81c2521..0cefbcc 100755 --- a/xinitrc +++ b/xinitrc @@ -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: diff --git a/zshrc b/zshrc index 4e956e3..2e7c4db 100644 --- a/zshrc +++ b/zshrc @@ -70,6 +70,7 @@ alias -g L='| less' alias -s mp3=mplayer alias -s exe=wine +alias -s pdf=apvlv setopt nobeep setopt autocd -- cgit v1.2.3