diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-01 13:05:31 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-01 13:05:31 -0500 |
commit | f40dd664b9510efbd098740e99b0866e3eaa0cbd (patch) | |
tree | 15cc54e082d50e1dc6c80293fe36b4c192130bfe /dot_Xresources.tmpl | |
parent | XConsole settings (diff) |
XIdle
Diffstat (limited to 'dot_Xresources.tmpl')
-rw-r--r-- | dot_Xresources.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 6bae1db..6d3f94a 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -42,6 +42,11 @@ Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: rgb +XIdle.delay: 2 +XIdle.position: se +XIdle.program: /usr/X11R6/bin/xlock +XIdle.timeout: 60 + XLock.dpmsoff: 10 XLock.lockdelay: 0 XLock.logoutButton: -1 |