mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 19:19:41 +03:00
Dim screen on inactivity, then lock it
This commit is contained in:
7
scripts/undim-screen
Executable file
7
scripts/undim-screen
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pid=$(pgrep -x "dim-screen"); then
|
||||
kill $pid
|
||||
fi
|
||||
|
||||
light -I
|
Reference in New Issue
Block a user