mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-22 10:35:58 +01:00
csgo-vulkan-fix: Change README to use title instead of class
This commit is contained in:
parent
8c36d9be71
commit
fe8742749b
1 changed files with 2 additions and 3 deletions
|
@ -22,9 +22,8 @@ plugin {
|
||||||
res_w = 1680
|
res_w = 1680
|
||||||
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_title
|
||||||
# At some point Counter Strike 2's class was changed to 'SDL Application'
|
title = Counter-Strike 2
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue