xresizedaemon/xresizedaemon.sh
2024-02-21 19:20:52 +00:00

7 lines
72 B
Bash
Executable file

#!/bin/sh
while :
do
xrandr --output Virtual-1 --auto
sleep 0.5
done