fix
This commit is contained in:
2
xsize
2
xsize
@@ -1,5 +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
|
||||
echo "$nw" && xdotool windowsize "$nw" $(cat /usr/local/bin/xsize.conf) && xdotool windowmove "$nw" 0 0
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user