2s sleep before window resize
This commit is contained in:
parent
6d8d94547f
commit
f5ecd160e8
@ -99,5 +99,5 @@ echo "--Скриншот | iconName=image-x-generic bash='sleep 0.3 && flameshot
|
|||||||
echo "--GIF с экрана | iconName=video-display bash='peek' terminal=false"
|
echo "--GIF с экрана | iconName=video-display bash='peek' terminal=false"
|
||||||
echo "--Видео с экрана | iconName=simplescreenrecorder bash='simplescreenrecorder' terminal=false"
|
echo "--Видео с экрана | iconName=simplescreenrecorder bash='simplescreenrecorder' terminal=false"
|
||||||
|
|
||||||
echo "Изменить размер окна на 1920x1080 | iconName=view-fullscreen bash='wmctrl -i -r \`xdotool getwindowfocus\` -e 0,0,0,1920,1080' terminal=false"
|
echo "Изменить размер окна на 1920x1080 | iconName=view-fullscreen bash='sleep 2 && wmctrl -i -r \`xdotool getwindowfocus\` -e 0,0,0,1920,1080' terminal=false"
|
||||||
echo "Изменить размер окна на 2560x1440 | iconName=view-fullscreen bash='wmctrl -i -r \`xdotool getactivewindow\` -e 0,0,0,2560,1440' terminal=false"
|
echo "Изменить размер окна на 2560x1440 | iconName=view-fullscreen bash='sleep 2 && wmctrl -i -r \`xdotool getactivewindow\` -e 0,0,0,2560,1440' terminal=false"
|
||||||
|
Loading…
Reference in New Issue
Block a user