diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-08 19:18:07 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-08 19:18:07 +0000 |
| commit | a46cac19f8ea6cbaed1cc29ace2c63101cb0b741 (patch) | |
| tree | 34e45863dede617b51de89f12e0c04fdf4cab825 /.Xresources | |
| parent | 0ef400dd4c890c279e99bec05527f6af250ee1e9 (diff) | |
Added xlock settings
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 : * + |
