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 cd1e4b116d02a21db7b80deb45644fa70094281c
parent e32a87a43fb563608788c5300e963d4103df225b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 29 Sep 2020 13:00:46 +0200

Merge branch 'master' of src.adamsgaard.dk:dotfiles

Diffstat:
M.xprofile | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.xprofile b/.xprofile @@ -29,9 +29,8 @@ xset r rate 300 50 # key repeat rate ([delay in ms] [repeats per sec]) dunst & spoon >/dev/null 2>&1 & -if [ "$(hostname)" = iddqd ]; then - evolution >/dev/null 2>&1 & - xautolock -time 20 -locker "/bin/xtrlock -b none" & -else +if [ "$(uname)" = OpenBSD ]; then xidle -timeout 600 & +else + xautolock -time 20 -locker "slock" & fi