Remove lol-watcher.sh
This commit is contained in:
parent
345dd0bf50
commit
fcedbb6997
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# This script + pgrep command
|
|
||||||
[[ $(pgrep "lol-watcher.sh" | wc -l) -gt 2 ]] && exit 1
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
if hyprctl clients | grep -qe 'title: League of Legends (TM) Client'; then
|
|
||||||
hyprctl monitors | grep -qe 'HDMI-A-1' && hyprctl keyword monitor HDMI-A-1,disable
|
|
||||||
else
|
|
||||||
hyprctl monitors | grep -qe 'HDMI-A-1' || hyprctl keyword monitor HDMI-A-1,1920x1080@60,1920x0,1
|
|
||||||
fi
|
|
||||||
sleep 5
|
|
||||||
done
|
|
Loading…
Reference in a new issue