hyprland-plugins/csgo-vulkan-fix/README.md

25 lines
385 B
Markdown
Raw Normal View History

2023-02-27 14:02:21 +00:00
# csgo-vulkan-fix
2023-06-11 19:19:49 +01:00
Steam Overlay is unsupported.
2023-02-27 14:02:21 +00:00
If you want to play CS:GO with `-vulkan`, you're locked to your native res.
With this plugin, you aren't anymore.
CSGO launch options:
```
-window -w <RESX> -h <RESY> -vulkan
```
example plugin config:
```
plugin {
csgo-vulkan-fix {
res_w = 1680
res_h = 1050
}
}
```
2023-06-11 19:19:49 +01:00
fullscreen the game manually and enjoy.