mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 23:49:40 +00:00
Revert "tree-wide: replace xscreensaver with xsecurelock"
This reverts commit 06f6e59fc9.
This commit is contained in:
parent
b66d357c56
commit
25faa094e2
8 changed files with 368 additions and 2 deletions
|
|
@ -41,6 +41,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.xscreensaver = {
|
||||
enable = true;
|
||||
hooks = {
|
||||
# Reset display setting on login
|
||||
"RUN" = ''
|
||||
${lib.getExe pkgs.autorandr} --change --ignore-lid
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
# avoid tearing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue