Closed murleo closed 11 months ago
This is an nvidia driver issue of how to preserve video memory after suspend.
See this from arch wiki,and this issue from the Hyprland github page for further reading.
Thanks! I will try it out.
This is an nvidia driver issue of how to preserve video memory after suspend.
See this from arch wiki,and this issue from the Hyprland github page for further reading.
This fixed the issue! Thanks!
Steps:
input
input { kb_layout = us,ua kb_options = grp:alt_shift_toggle }
windowrules
windowrulev2 = opacity 1.00 1.00,class:^(firefox)$ windowrulev2 = opacity 1.00 1.00,class:^(Code)$ windowrulev2 = opacity 1.00 1.00,class:^(code-url-handler)$ windowrulev2 = opacity 0.90 0.90,class:^(kitty)$
windowrulev2 = float,class:^(org.telegram.desktop)$