summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xinitrc2
-rw-r--r--.zshrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 651db14..f4da986 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -34,7 +34,7 @@ autostart () {
thunderbird &
liferea &
zim &
- parcellite &
+ clipit &
$HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1040 -f "xft:DejaVu Sans:size=10"
}
diff --git a/.zshrc b/.zshrc
index 433983f..c5a89c6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -194,7 +194,7 @@ if type vimpager &>/dev/null; then
fi
export LESSCHARSET="UTF-8"
export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-'
-export LESS='-i -n -w -g -M -R -P%t?f%f \
+export LESS='-i -n -w -M -R -P%t?f%f \
:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...'
# }}}