File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4343 output = "DP-3" ;
4444 }
4545 ] ;
46+ window . commands = [
47+ {
48+ command = "tearing enable" ;
49+ criteria = { class = "cs2" ; } ;
50+ }
51+ {
52+ command = "border none" ;
53+ criteria = { class = "cs2" ; } ;
54+ }
55+ {
56+ command = "max_render_time off" ;
57+ criteria = { class = "cs2" ; } ;
58+ }
59+ ] ;
4660 } ;
4761
4862 services = {
Original file line number Diff line number Diff line change 2727 NIXOS_OZONE_WL = "1" ;
2828 # OBS_VKCAPTURE = "1";
2929 WLR_RENDERER = "vulkan" ;
30+ WLR_DRM_NO_ATOMIC = "1" ; # screen tearing support
3031 # MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
3132 # PROTON_ENABLE_WAYLAND = "1";
3233 # PROTON_ENABLE_HDR = "1";
Original file line number Diff line number Diff line change 169169 set -gx NIXOS_OZONE_WL 1
170170 # set -gx OBS_VKCAPTURE 1
171171 set -gx WLR_RENDERER vulkan
172+ set -gx WLR_DRM_NO_ATOMIC 1
172173 # set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
173174 # set -gx PROTON_ENABLE_WAYLAND 1
174175 # set -gx PROTON_ENABLE_HDR 1
You can’t perform that action at this time.
0 commit comments