From 55d5c5ecde1ab0bb3730992a6741209c6ec3ac2e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 13 Sep 2011 18:31:35 -0400 Subject: Lock after 30 minutes instead of 10 --- _xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_xinitrc b/_xinitrc index 3b8385f4..b4d89e20 100644 --- a/_xinitrc +++ b/_xinitrc @@ -1,7 +1,7 @@ eval `dbus-launch --sh-syntax --exit-with-session` xrdb ~/.Xresources & -xautolock -locker slimlock & +xautolock -locker slimlock -time 30 & # Keyboard stuff xmodmap -e "clear Lock" -e "keysym Caps_Lock = Escape" # Caps Lock -> Esc -- cgit 1.4.1 ab0bbc81baae93662e4a0f01f910705c031977'>this commit dontfiles
summary refs log tree commit diff
path: root/prune.sh (unfollow)
Commit message (Expand)Author
2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe
2017-07-04Generalize C-w neovim terminal mappingJune McEnroe
2017-07-04Remove tmuxJune McEnroe
2017-07-04Show terminal title in statuslineJune McEnroe
2017-07-04Add nvim terminal mappingsJune McEnroe
2017-06-29Add color to xxJune McEnroe
2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe
2017-06-27Link Scala syntax fileJune McEnroe
2017-06-27Clean up top of trivial colorscheme fileJune McEnroe
2017-06-27Fix Scala syntax highlight linksJune McEnroe