mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-22 02:35:57 +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_h = 1050
|
||||
|
||||
# NOT a regex! This is a string and has to exactly match initial_class
|
||||
# At some point Counter Strike 2's class was changed to 'SDL Application'
|
||||
class = SDL Application
|
||||
# NOT a regex! This is a string and has to exactly match initial_title
|
||||
title = Counter-Strike 2
|
||||
|
||||
# Whether to fix the mouse position. A select few apps might be wonky with this.
|
||||
fix_mouse = true
|
||||
|
|
Loading…
Reference in a new issue