Skip to content
/ lockme Public

A simple shell script which notifies user before locking the screen after some inactivity and then locks the screen.

License

Notifications You must be signed in to change notification settings

Awan/lockme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

LOCK ME

A simple screen locker which requires imagemagick, xss-lock and i3lock to be installed.

Installation

Just copy the lockme script and put it somewhere in your $PATH.

I use BSPWM so in my sxhkdrc, I have this line to lock the screen using lockme.

...
# Lock the screen

super + x
    ~/.local/bin/lockme lock
...

To enable it on system startup so you will get screen locked once in-active for some minutes, you can use lockme with xss-lock. Put this in your ~/.xprofile. I have lockmein my homedir~/.local/bin/lockme`.

...
xset dpms 180 &
~/.local/bin/lockme start
...

About

A simple shell script which notifies user before locking the screen after some inactivity and then locks the screen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages