update menu argos script
This commit is contained in:
parent
99593b6c80
commit
877d36345f
11
menu.+.sh
11
menu.+.sh
@ -94,10 +94,15 @@ echo "--Обновить | iconName=view-refresh bash='$0 testsystem update' ter
|
|||||||
|
|
||||||
echo "--"
|
echo "--"
|
||||||
|
|
||||||
echo "Запись с экрана | iconName=video-display"
|
echo "Запись с экрана | iconName=camera-photo"
|
||||||
echo "--Скриншот | iconName=image-x-generic bash='sleep 0.3 && flameshot gui' terminal=false"
|
echo "--Скриншот | iconName=image-x-generic bash='sleep 0.3 && flameshot gui' terminal=false"
|
||||||
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='sleep 2 && wmctrl -i -r \`xdotool getwindowfocus\` -e 0,0,0,1920,1080' terminal=false"
|
echo "Соотношение сторон | iconName=video-display"
|
||||||
echo "Изменить размер окна на 2560x1440 | iconName=view-fullscreen bash='sleep 2 && wmctrl -i -r \`xdotool getactivewindow\` -e 0,0,0,2560,1440' terminal=false"
|
echo "--XRandr: 2K 21:9 | iconName=view-fullscreen bash='xrandr --output DP-4 --mode 3440x1440 --rate 165 --scale 1.7x1.7' terminal=false"
|
||||||
|
echo "--XRandr: 2K 16:9 | iconName=view-fullscreen bash='xrandr --output DP-4 --mode 2560x1440 --rate 60 --scale 1.7x1.7' terminal=false"
|
||||||
|
|
||||||
|
echo "Размер активного окна | iconName=preferences-system-windows"
|
||||||
|
echo "--Установить 1920x1080 через 2 секунды | iconName=view-fullscreen bash='sleep 2 && wmctrl -i -r \`xdotool getwindowfocus\` -e 0,0,0,1920,1080' terminal=false"
|
||||||
|
echo "--Установить 2560x1440 через 2 секунды | 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