diff options
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | .xinitrc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ shopt -s checkwinsize #shopt -s globstar # make less more friendly for non-text input files, see lesspipe(1) -[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" +# [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # set variable identifying the chroot you work in (used in the prompt below) if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then @@ -1,5 +1,5 @@ xset r rate 210 35 conky | while read -r; do xsetroot -name "$REPLY"; done & -feh dotfiles/wp.jpg & +feh --bg-fill dotfiles/wp.jpg dwm |
