This website requires JavaScript.
Explore
Help
Sign in
mirror
/
vincentbernat.i3wm-configuration
Watch
1
Star
0
Fork
You've already forked vincentbernat.i3wm-configuration
0
mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced
2025-06-24 10:48:35 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b643e21430
vincentbernat.i3wm-configur...
/
bin
/
locker
4 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
xlock: lock screen faster by invoking i3lock directly Instead of trying to mess with xautolock to trigger locking, just invoke i3lock directly.
2013-11-01 09:23:26 +01:00
#!/bin/sh
lock: let i3lock handle DPMS DPMS is otherwise globally disabled.
2014-07-22 10:48:54 +02:00
exec i3lock -n -i $HOME/.cache/awesome/current-wallpaper.png -d -I 240
Reference in a new issue
Copy permalink