hee hee hee har
This commit is contained in:
TheCrazyInsanity
2023-10-19 17:53:38 -04:00
committed by GitHub
parent 1719da7bc1
commit d955e22046
7 changed files with 69 additions and 0 deletions

5
xsize Normal file
View File

@@ -0,0 +1,5 @@
#! /bin/sh
export DISPLAY=:$1
for nw in `xdotool search --screen :$1 ".*"`; do
echo "$nw" && xdotool windowsize "$nw" 1366 768 && xdotool windowmove "$nw" 0 0
done