mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-02 02:15:57 +01:00
22 lines
No EOL
353 B
Markdown
22 lines
No EOL
353 B
Markdown
# csgo-vulkan-fix
|
|
|
|
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
|
|
}
|
|
}
|
|
```
|
|
|
|
fullscreen the game manually and enjoy. |