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 [window_type="menu"] floating enable
|
||||||
for_window [instance="__scratchpad"] 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 = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
settings.refresh-rate = "144";
|
settings.refresh-rate = "60";
|
||||||
vSync = false;
|
vSync = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,9 +25,10 @@
|
||||||
lidSwitchDocked = "ignore";
|
lidSwitchDocked = "ignore";
|
||||||
lidSwitchExternalPower = "hibernate";
|
lidSwitchExternalPower = "hibernate";
|
||||||
};
|
};
|
||||||
services.udev.extraRules = ''
|
services.fwupd.enable = true;
|
||||||
KERNEL=="0000:00:14.0", SUBSYSTEM=="pci", ATTR{power/wakeup}="disabled"
|
# services.udev.extraRules = ''
|
||||||
'';
|
# KERNEL=="0000:00:14.0", SUBSYSTEM=="pci", ATTR{power/wakeup}="disabled"
|
||||||
|
# '';
|
||||||
|
|
||||||
# [BOOT / DISK ENCRYPTION]
|
# [BOOT / DISK ENCRYPTION]
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user