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