killeik

Results 16 comments of killeik

Hi! As far as I see you used the same target ( Virtual Multi 1 ) for the black and the first white knob > ![image](https://user-images.githubusercontent.com/69602482/226188405-b3750a95-aae0-4434-9857-6eaba3c6ce76.png) Was that on purpose...

@nielpattin >it brings me to the Omarchy Bootloader screen It's okay. The boot sequence from hibernation starts like a fresh boot. It should decrypt the disk and start the kernel....

After some debugging in DM, it was discovered that there was a magical Nvidia, for which the standard mode of operation on Linux is to torment the user. Other than...

My apologies. I updated my fork branch to the current active branch, accidentally deleting the changes I had added, and GitHub automatically closed the pull request because the branches started...

Tested conditional hibernation in power menu, and migration - everything works correctly. The only pitfall is that if the user manually created a swap and didn't enable the resume hook,...

> Did you try the PR? I tried multiple PR in my own fork, and the menu does not work. I suspect this PR might break the omarchy menu system...

>It was https://github.com/basecamp/omarchy/pull/1661 that broke the menu. I tested this. Works as it should. Thank you! > But it shows the lock menu that "hangs" while it waits for hibernation...

If we want to do something like this, I suggest using `sleep` instead of straight-forward suspend-then-hibernate for HandleLidSwitch: > sleep > Put the system to sleep, through suspend, hibernate, hybrid-sleep,...

@dhh, I made the suggested changes. Now, there won't be an interactive prompt. Previously, I had to use mkinitcpio because omarchy wasn't defaulting to use only limine uki. Regarding the...

> From my limited understanding (arch noob here), subvolumes aren’t recommended for hibernation and may lead to weird results if CoW and compression aren’t disabled for the subvolume. From https://btrfs.readthedocs.io/en/latest/btrfs-man5.html#swapfile-support...