dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit d212cae989e794fe09f1469b7061544783ae4f3f
parent 9e6307653f551e6444e096c7ca36ba0d975bc612
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu,  8 Jun 2023 11:41:16 +0300

x11: unclutter and xlock

Diffstat:
Mx11/dot-xsession | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/dot-xsession b/x11/dot-xsession @@ -6,7 +6,8 @@ export ENV=$HOME/.config/ksh/kshrc setxkbmap -option ctrl:nocaps -xidle & +xidle -delay 5 -sw -program "/usr/X11R6/bin/xlock -mode matrix" -timeout 300 & status.sh & dunst & +unclutter & exec dwm