xresizedaemon/xresizedaemon.sh

8 lines
72 B
Bash
Raw Permalink Normal View History

2024-02-21 20:20:52 +01:00
#!/bin/sh
while :
do
xrandr --output Virtual-1 --auto
sleep 0.5
done