diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-02 17:39:40 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-02 17:39:40 +0100 |
commit | 5ceda06f407b8006db556349ae24aed6ea8586fe (patch) | |
tree | 8c5383f230ca4a98d75706b2300e5c6afe4ecfc7 /config | |
parent | 0dde82664b20cb04f8acd1c97bf26d5e5458d02c (diff) |
added unclutter to xinitrc
Diffstat (limited to 'config')
-rwxr-xr-x | config/X/x11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index c0a9a30..f2e9c8e 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -36,4 +36,5 @@ setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & redshift & slstatus & +unclutter --timeout 3 --jitter 50 -b exec dwm |