Several enhancements

This commit is contained in:
Stefan Ritter 2009-07-17 11:20:02 +02:00
parent c2dad9dced
commit 832ec93373
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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:

1
zshrc
View file

@ -70,6 +70,7 @@ alias -g L='| less'
alias -s mp3=mplayer
alias -s exe=wine
alias -s pdf=apvlv
setopt nobeep
setopt autocd