dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 57b356d65876e3169111179d665f88a49aafd6ac
parent ae68c9ad7f3f8384977157b047944776c597b20d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 15 Apr 2020 10:24:18 +0200

Use default locker program (xlock)

Diffstat:
M.xprofile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.xprofile b/.xprofile @@ -27,5 +27,5 @@ if [ "$(hostname)" = iddqd ]; then evolution >/dev/null 2>&1 & xautolock -time 20 -locker "/bin/xtrlock -b none" & else - xidle -program "/usr/local/bin/slock" -timeout 600 & + xidle -timeout 600 & fi