mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-25 19:55:57 +01:00
csgo-vulkan-fix: change cs2 class to match current class, remove unneeded -vulkan option
This commit is contained in:
parent
b73d7b901d
commit
cd9a3b9b24
1 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@ With this plugin, you aren't anymore.
|
||||||
|
|
||||||
CS2 launch options:
|
CS2 launch options:
|
||||||
```
|
```
|
||||||
-vulkan -window -w <RESX> -h <RESY> -vulkan
|
-window -w <RESX> -h <RESY>
|
||||||
```
|
```
|
||||||
|
|
||||||
example plugin config:
|
example plugin config:
|
||||||
|
@ -23,7 +23,8 @@ plugin {
|
||||||
res_h = 1050
|
res_h = 1050
|
||||||
|
|
||||||
# NOT a regex! This is a string and has to exactly match initial_class
|
# NOT a regex! This is a string and has to exactly match initial_class
|
||||||
class = cs2
|
# At some point Counter Strike 2's class was changed to 'SDL Application'
|
||||||
|
class = SDL Application
|
||||||
|
|
||||||
# Whether to fix the mouse position. A select few apps might be wonky with this.
|
# Whether to fix the mouse position. A select few apps might be wonky with this.
|
||||||
fix_mouse = true
|
fix_mouse = true
|
||||||
|
@ -31,4 +32,4 @@ plugin {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
fullscreen the game manually and enjoy.
|
fullscreen the game manually and enjoy.
|
||||||
|
|
Loading…
Reference in a new issue