diff options
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index aa2e59f..a0d8649 100644 --- a/.Xresources +++ b/.Xresources @@ -59,3 +59,20 @@ XTerm*color6: #689d6a XTerm*color14: #8ec07c XTerm*color7: #a89984 XTerm*color15: #ebdbb2 + +! Drag pointer to lower left corner to lock screen +XIdle*position : sw +! Leave it there for a second +XIdle*delay : 1 +! Lock screen after 5 minutes of inactivity +XIdle*timeout : 300 + +! xlock +XLock.mode : julia +XLock.description : off +XLock.info : +XLock.username : Username: +XLock.password : Password: +XLock.echokeys : on +XLock.echokey : * + |
