mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: reenable WLR_DRM_NO_ATOMIC to support tearing in csgo
This commit is contained in:
parent
237c23e266
commit
71bd2f8054
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ in {
|
||||||
# Per-window actions
|
# Per-window actions
|
||||||
"SUPER,q,killactive,"
|
"SUPER,q,killactive,"
|
||||||
"SUPER,return,fullscreen,"
|
"SUPER,return,fullscreen,"
|
||||||
|
"SUPER + SHIFT,return,fakefullscreen,"
|
||||||
"SUPER,f,togglefloating"
|
"SUPER,f,togglefloating"
|
||||||
|
|
||||||
"SUPER,tab,cyclenext,"
|
"SUPER,tab,cyclenext,"
|
||||||
|
@ -204,6 +205,7 @@ in {
|
||||||
bind=,escape,submap,reset
|
bind=,escape,submap,reset
|
||||||
submap=reset
|
submap=reset
|
||||||
|
|
||||||
|
env=WLR_DRM_NO_ATOMIC,1
|
||||||
windowrulev2 = immediate, class:^(cs2)$
|
windowrulev2 = immediate, class:^(cs2)$
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue