7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
hyprctl dispatch exec -- "[float;size 1829 1029] gamescope --scaler integer \
|
||
|
--force-windows-fullscreen -f --rt -- vmware"
|
||
|
|
||
|
wait
|