hyprland-plugins/csgo-vulkan-fix
vaxerski 15ac326593 csgo-vulkan-fix: update for cs2 2023-09-27 23:06:18 +01:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md Added csgo-vulkan-fix 2023-02-27 14:02:21 +00:00
default.nix Use `pname` instead of `name` for plugin derivations 2023-05-11 10:40:04 +03:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp csgo-vulkan-fix: update for cs2 2023-09-27 23:06:18 +01:00
meson.build Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00

README.md

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.