diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-29 08:40:02 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-29 08:40:02 +0200 |
commit | f6b9f84a3fcf1ca70800c47c5a1095d67b909d7e (patch) | |
tree | eb1de67a8d740e1c3108d9b4e345afcb520ef119 | |
parent | 7077ab3b1ca50e7cb9ab2a1c15ac57d20d759c63 (diff) |
Several changes
-rwxr-xr-x | wmii-3.5/wmiirc | 8 | ||||
-rw-r--r-- | xdefaults | 3 | ||||
-rwxr-xr-x | xinitrc | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 351b24a..e03ceb7 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -12,12 +12,12 @@ RIGHT=t WMII_FOCUSCOLORS='#00FF00 #000000 #111111' WMII_NORMCOLORS='#EEEEEE #000000 #111111' WMII_FONT='fixed' + +set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) + WMII_MENU="dmenu -b -fn '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5'" WMII_9MENU="wmii9menu -font '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5' -br '$6'" WMII_TERM="x-terminal-emulator" -WMII_LOCK="xtrlock" - -set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) # Column Rules wmiir write /colrules <<! @@ -120,8 +120,6 @@ eventstuff() { sh -c "$(eval $WMII_MENU <$progsfile)" & Key $MODKEY-Return eval $WMII_TERM & - Key $MODKEY-l - eval $WMII_LOCK & Key $MODKEY-Shift-space wmiir xwrite /tag/sel/ctl send sel toggle Key $MODKEY-m @@ -1,4 +1,5 @@ -URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11 +URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* + URxvt*buffered: true URxvt*internalBorder: 2 @@ -1,7 +1,6 @@ #!/bin/bash WM='wmii' -setxkbmap de neo keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) |