fixes for lambda
This commit is contained in:
parent
ea5255409b
commit
acf9c06b4f
|
@ -120,6 +120,6 @@
|
|||
for_window [window_type="menu"] floating enable
|
||||
for_window [instance="__scratchpad"] floating enable
|
||||
|
||||
exec --no-startup-id xwallpaper --focus ${extra.wall}
|
||||
exec --no-startup-id xwallpaper --zoom ${extra.wall}
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
backend = "glx";
|
||||
settings.refresh-rate = "144";
|
||||
vSync = false;
|
||||
settings.refresh-rate = "60";
|
||||
vSync = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,9 +25,10 @@
|
|||
lidSwitchDocked = "ignore";
|
||||
lidSwitchExternalPower = "hibernate";
|
||||
};
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="0000:00:14.0", SUBSYSTEM=="pci", ATTR{power/wakeup}="disabled"
|
||||
'';
|
||||
services.fwupd.enable = true;
|
||||
# services.udev.extraRules = ''
|
||||
# KERNEL=="0000:00:14.0", SUBSYSTEM=="pci", ATTR{power/wakeup}="disabled"
|
||||
# '';
|
||||
|
||||
# [BOOT / DISK ENCRYPTION]
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user