fixes for lambda

This commit is contained in:
Rachel Lambda Samuelsson 2024-11-29 23:04:37 +01:00
parent ea5255409b
commit acf9c06b4f
3 changed files with 7 additions and 6 deletions

View File

@ -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}
'';
}

View File

@ -3,7 +3,7 @@
services.picom = {
enable = true;
backend = "glx";
settings.refresh-rate = "144";
vSync = false;
settings.refresh-rate = "60";
vSync = true;
};
}

View File

@ -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;