diff options
author | June McEnroe <june@causal.agency> | 2011-09-13 18:31:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2011-09-13 18:31:35 -0400 |
commit | 49433ff6ec2ae439299f9a95a0a830f85a6e16a5 (patch) | |
tree | d56d8a21e349485f81c44bfab3595753dadec3ae | |
parent | Added Xfce Terminal config (diff) | |
download | src-49433ff6ec2ae439299f9a95a0a830f85a6e16a5.tar.gz src-49433ff6ec2ae439299f9a95a0a830f85a6e16a5.zip |
Lock after 30 minutes instead of 10
-rw-r--r-- | _xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |