summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@galahad.avalon.lan>2009-07-17 11:20:02 +0200
committerStefan Ritter <gideonstar@galahad.avalon.lan>2009-07-17 11:20:02 +0200
commit832ec933738e4e2257ec445b05408a5b4d0ec701 (patch)
treecaa1603534773fc60aba4ef54dd67180c8641535
parentc2dad9dced53224fae30519b0e1f36b83448d986 (diff)
Several enhancements
-rwxr-xr-xwmii-3.5/wmiirc4
-rw-r--r--xdefaults2
-rwxr-xr-xxinitrc5
-rw-r--r--zshrc1
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
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