diff options
-rw-r--r-- | i3/config | 3 | ||||
-rwxr-xr-x | xorg/xinitrc | 2 | ||||
-rw-r--r-- | zsh/zshrc | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 @@ -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 |