Skip to content

Commit 1850597

Browse files
committed
hyprlock: minor tweaks
attempt to solve a crash i've been seeing frequently with gpu and resuming from sleep
1 parent d00a237 commit 1850597

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • modules/home/programs/graphical/screenlockers/hyprlock

modules/home/programs/graphical/screenlockers/hyprlock/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ in
2424
settings = {
2525
general = {
2626
hide_cursor = true;
27+
ignore_empty_input = true;
28+
# NOTE: see if it helps with crashes
29+
screencopy_mode = 1;
2730
};
2831

2932
animations = {

0 commit comments

Comments
 (0)