tweak vmware shortcuts
This commit is contained in:
parent
aefc1a93ad
commit
75175725b8
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
hyprctl dispatch exec -- "[float;size 1829 1029] gamescope -W 2560 -w 2560 -H 1440 -h 1440 --scaler integer --force-windows-fullscreen -- vmware"
|
hyprctl dispatch exec -- "[float;size 1829 1029] gamescope -W 2560 -w 2560 \
|
||||||
|
-H 1440 -h 1440 --scaler integer --force-windows-fullscreen --rt -- vmware"
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
hyprctl dispatch exec -- "[float;size 1829 1029] gamescope --scaler integer \
|
||||||
|
--force-windows-fullscreen -f --rt -- vmware"
|
||||||
|
|
||||||
|
wait
|
Loading…
Reference in New Issue