We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3e9ef commit 3d3204bCopy full SHA for 3d3204b
nix/common.nix
@@ -802,6 +802,10 @@ in
802
extraSessionCommands = ''
803
# see also https://wiki.hyprland.org/Configuring/Environment-variables/
804
805
+ # Fix screen tearing in external display of machine with nvidia GPU
806
+ # https://old.reddit.com/r/swaywm/comments/102cdqa/how_can_i_fix_my_external_screen_flickering_with/
807
+ export WLR_RENDERER=vulkan
808
+
809
export TERMINAL="alacritty"
810
export BROWSER="firefox"
811
0 commit comments