diff --git a/shortcuts/vmware/1440p b/shortcuts/vmware/1440p index 1d60167..459738d 100755 --- a/shortcuts/vmware/1440p +++ b/shortcuts/vmware/1440p @@ -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 diff --git a/shortcuts/vmware/fullscreen b/shortcuts/vmware/fullscreen new file mode 100755 index 0000000..7ea2120 --- /dev/null +++ b/shortcuts/vmware/fullscreen @@ -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