summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCCQ <thomasmulmer02@gmail.com>2024-09-14 10:46:04 -0700
committerTCCQ <thomasmulmer02@gmail.com>2024-09-14 10:46:04 -0700
commitd3868c3b22267c68fae856d704e01302c7ac028f (patch)
tree76208b2a8a500e6fe8ad6d8d5bd8cb0fb2789db2
parent0631321fb40df9673cd1f3b17c1a8155f57615f6 (diff)
small fixes
-rw-r--r--.bashrc2
-rw-r--r--.xinitrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 2432332..7a1a139 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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
diff --git a/.xinitrc b/.xinitrc
index 41cc9e2..0a94402 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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