Several enhancements
This commit is contained in:
parent
c2dad9dced
commit
832ec93373
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
5
xinitrc
5
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:
|
||||
|
|
1
zshrc
1
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
|
||||
|
|
Loading…
Reference in a new issue