add the script

This commit is contained in:
primardj 2024-02-21 19:20:52 +00:00
parent 4ce3cee17b
commit e660111429
2 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,4 @@
# xresizedaemon
daemond which force the resize of the xouput for an xorg server.

7
xresizedaemon.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
while :
do
xrandr --output Virtual-1 --auto
sleep 0.5
done