hyprland-plugins/csgo-vulkan-fix
Mihai Fufezan 9b7c0a2213
treewide: add CMake files
- Nix: switch everything to CMake
- simplify overlay
2024-05-05 16:35:51 +03:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:35:51 +03:00
Makefile treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
README.md csgo-vulkan-fix: make more versatile 2023-10-31 17:45:55 +00:00
default.nix treewide: add CMake files 2024-05-05 16:35:51 +03:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp all: chase hyprland 2024-04-27 13:06:23 +01:00
meson.build treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00

README.md

csgo-vulkan-fix

Originally meant for csgo / cs2, but can work with any app, really.

csgo-vulkan-fix is a way to force apps to a fake resolution without them realizing it.

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

        # NOT a regex! This is a string and has to exactly match initial_class
        class = cs2
    }
}

fullscreen the game manually and enjoy.