tweak vmware shortcuts

This commit is contained in:
Nathan McCarty 2023-06-17 13:05:21 -04:00
parent aefc1a93ad
commit 75175725b8
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/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

6
shortcuts/vmware/fullscreen Executable file
View File

@ -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