summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-06-17 19:07:16 +0200
committerStefan Ritter <xeno@thehappy.de>2011-06-17 19:07:16 +0200
commit88cba94b6fde32a33092b1f7d544897d357e5b57 (patch)
tree7c6b7d47e532b2d3c5387ba793bd0d89f5b625f8
parentf6499be9584cbffc6033a009da8d1c359de474f3 (diff)
Some modifications
-rw-r--r--i3/config3
-rwxr-xr-xxorg/xinitrc2
-rw-r--r--zsh/zshrc2
3 files changed, 5 insertions, 2 deletions
diff --git a/i3/config b/i3/config
index 7f315d7..4e57226 100644
--- a/i3/config
+++ b/i3/config
@@ -64,9 +64,10 @@ bind $mod+Shift+19 m10
bind $mod+36 exec /usr/bin/urxvt
bind $mod+26 exec /usr/bin/xscreensaver-command -lock
-bind $mod+33 exec /usr/bin/dmenu_run
+bind $mod+33 exec /usr/bin/dmenu_run -nb "#000000" -nf "#fecf35" -sb "#303030" -sf "#fecf35"
bind $mod+Shift+33 exit
+bind $mod+Shift+45 restart
exec i3status | dzen2 -bg '#000000' -fn '-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*'
diff --git a/xorg/xinitrc b/xorg/xinitrc
index 4b994a3..58fa772 100755
--- a/xorg/xinitrc
+++ b/xorg/xinitrc
@@ -1,6 +1,6 @@
#!/bin/bash
-WM='fvwm2'
+WM='i3'
WALLPAPER='media/bilder/wallpaper/wood_6.jpg'
setxkbmap de neo
diff --git a/zsh/zshrc b/zsh/zshrc
index 166306d..09cf437 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,5 +1,7 @@
PROMPT="%~%(1v.%F{green}%1v%f.)%F{red}%2v%f %% "
+umask 077
+
zstyle ':completion:*' special-dirs true
zstyle ':completion:*:*:kill:*' menu yes select
zstyle ':completion:*:kill:*' force-list always