This commit is contained in:
Ray Elliott 2021-11-21 12:35:43 +00:00
parent fc9127c6d7
commit 1edeab39c4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ fi
if [ $class = "Surf" ] ; then if [ $class = "Surf" ] ; then
echo "state=floating" echo "state=floating"
echo "follow=on"
echo "rectangle=1080x868+0+700" echo "rectangle=1080x868+0+700"
exit exit
fi fi