1
0
mirror of https://github.com/sahinakkaya/dotfiles.git synced 2025-03-11 06:42:06 +01:00
dotfiles/scripts/undim-screen

8 lines
76 B
Plaintext
Raw Normal View History

2023-12-27 20:20:05 +01:00
#!/bin/bash
if pid=$(pgrep -x "dim-screen"); then
kill $pid
fi
light -I