hyprland-plugins/csgo-vulkan-fix
Vaxry fadbcdd24b csgo-vulkan-fix: fix wrong initial class check 2023-10-13 21:33:00 +01:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md csgo-vulkan-fix: update readme 2023-09-27 23:33:36 +01: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: fix wrong initial class check 2023-10-13 21:33:00 +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

Updated for CS2.

If you want to play CS2, you're locked to your native res. Other resolutions (especially not 16:9) are wonky.

With this plugin, you aren't anymore.

CS2 launch options:

-vulkan -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.