summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-28 20:48:08 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-28 20:48:08 +0200
commit7077ab3b1ca50e7cb9ab2a1c15ac57d20d759c63 (patch)
tree792fae345d1717610b6851b2774ef6601231a785
parentfca90c198d70917d4ec8dba98c1f6a82272e3b42 (diff)
Look and feel:
* Added setxkbmap to xinitrc * Removed personalized colors from xdefaults * Small wmiirc fix
Diffstat (limited to '')
-rwxr-xr-xwmii-3.5/wmiirc13
-rw-r--r--xdefaults42
-rwxr-xr-xxinitrc4
3 files changed, 26 insertions, 33 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc
index 752fa96..351b24a 100755
--- a/wmii-3.5/wmiirc
+++ b/wmii-3.5/wmiirc
@@ -9,18 +9,15 @@ LEFT=n
RIGHT=t
# Colors tuples: "<text> <background> <border>"
-WMII_FOCUSCOLORS='#66CC00 #000000 #111111'
+WMII_FOCUSCOLORS='#00FF00 #000000 #111111'
WMII_NORMCOLORS='#EEEEEE #000000 #111111'
-
-
-#WMII_BACKGROUND='#333333'
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"
-LOCK="xtrlock"
+WMII_LOCK="xtrlock"
+
+set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)
# Column Rules
wmiir write /colrules <<!
@@ -124,7 +121,7 @@ eventstuff() {
Key $MODKEY-Return
eval $WMII_TERM &
Key $MODKEY-l
- eval $LOCK &
+ eval $WMII_LOCK &
Key $MODKEY-Shift-space
wmiir xwrite /tag/sel/ctl send sel toggle
Key $MODKEY-m
diff --git a/xdefaults b/xdefaults
index 90e80b3..ceb4822 100644
--- a/xdefaults
+++ b/xdefaults
@@ -1,6 +1,4 @@
-URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-*
-#URxvt*font: xft:terminus:pixelsize=8
-#URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11
+URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11
URxvt*buffered: true
URxvt*internalBorder: 2
@@ -24,28 +22,28 @@ URxvt*perl-ext-common: default,matcher
URxvt*inheritPixmap: true
URxvt*inheritPixmap: false
-URxvt.cursorColor: #005588
+#URxvt.cursorColor: #005588
URxvt*background: #000000
URxvt*foreground: #ffffff
URxvt*underlineColor: red
-URxvt*colorBD: #FFFFFF
-URxvt*colorUL: #FFFFFF
-URxvt*color0: #5D5D5D
-URxvt*color1: #CC0000
-URxvt*color2: #6E8558
-URxvt*color3: #C4A000
-URxvt*color4: #3465A4
-URxvt*color5: #CEA86F
-URxvt*color6: #FFFFFF
-URxvt*color7: #FFFFFF
-URxvt*color8: #888888
-URxvt*color9: #D76666
-URxvt*color10: #B5DF8D
-URxvt*color11: #FF0000
-URxvt*color12: #729FCF
-URxvt*color13: #FFD28F
-URxvt*color14: #69C8B1
-URxvt*color15: #9AC4DD
+#URxvt*colorBD: #FFFFFF
+#URxvt*colorUL: #FFFFFF
+#URxvt*color0: #5D5D5D
+#URxvt*color1: #CC0000
+#URxvt*color2: #6E8558
+#URxvt*color3: #C4A000
+#URxvt*color4: #3465A4
+#URxvt*color5: #CEA86F
+#URxvt*color6: #FFFFFF
+#URxvt*color7: #FFFFFF
+#URxvt*color8: #888888
+#URxvt*color9: #D76666
+#URxvt*color10: #B5DF8D
+#URxvt*color11: #FF0000
+#URxvt*color12: #729FCF
+#URxvt*color13: #FFD28F
+#URxvt*color14: #69C8B1
+#URxvt*color15: #9AC4DD
#URxvt.transparent: true
#URxvt.tintColor: #000000
diff --git a/xinitrc b/xinitrc
index 476899b..b5db033 100755
--- a/xinitrc
+++ b/xinitrc
@@ -1,12 +1,10 @@
#!/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)
-xset s off
exec $WM
-
# vim: set tw=0: