mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Remove muon screen saver
This commit is contained in:
parent
b3cfddeafe
commit
7a66fb4cef
1 changed files with 5 additions and 0 deletions
|
|
@ -67,6 +67,11 @@ in {
|
||||||
services.picom.enable = true;
|
services.picom.enable = true;
|
||||||
services.picom.opacityRules = ["50:name *= '^Cheat$'"];
|
services.picom.opacityRules = ["50:name *= '^Cheat$'"];
|
||||||
|
|
||||||
|
# Turn off screen-saver
|
||||||
|
environment.extraInit = ''
|
||||||
|
xset s off -dpms
|
||||||
|
'';
|
||||||
|
|
||||||
# Proprietary </3
|
# Proprietary </3
|
||||||
mods.unfree.steam.enable = true;
|
mods.unfree.steam.enable = true;
|
||||||
mods.unfree.nvidia.enable = true;
|
mods.unfree.nvidia.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue