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 4c3d80d98636364b581cdc67f1d7d3270d1fc73f
parent 5866e6d20c21bc575eeb32c971ebe1320ceca771
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Sep 2019 10:39:15 +0200

Start xidle on OpenBSD

Diffstat:
M.xsession | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.xsession b/.xsession @@ -2,4 +2,5 @@ [ -f ~/.config/sh/profile ] && . ~/.config/sh/profile [ -f ~/.config/sh/commands ] && . ~/.config/sh/commands [ -f ~/.xprofile ] && . ~/.xprofile +xidle & exec dwm