Muh dotfiles
This commit is contained in:
8
.config/hypr/scripts/check_displays.sh
Executable file
8
.config/hypr/scripts/check_displays.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
while [ 1 ]; do
|
||||
if [[ $(hyprctl monitors) = *HEADLESS* ]]; then
|
||||
~/.config/hypr/scripts/displays.sh eDP-1 ''
|
||||
fi
|
||||
sleep 1
|
||||
done
|
Reference in New Issue
Block a user