swayidle doesn't work #967
-
I'm running regolith 3.0 on Wayland on Ubuntu 22.04 LTS swayidle seems to be totally defunct. I can't get it to notice an idle period. Here is the output for a sample command from the commandline:
After that, nothing is registered, even if the system is left to idle for a long time, the swaylock doesn't begin, etc. I'm new to wayland and digging in at this level so not sure how to diagnose at a deeper level what is going on here. The closest discussion I could find is here, which says that swayidle configuration is controlled by the regolith-control-center Power menu. Perhaps the implication is that swayidle is completely inaccessible outside of that utility. Ideally, I would like to be able to customize behavior on resume with custom commands, etc. Thank you for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Today I ran "sudo apt update" and "sudp apt install sway" and swayidle is now working! However, separate issue, apt is considering most of regolith sway to be deserving of removal, not sure what's going on there. Will make a separate issue for that. |
Beta Was this translation helpful? Give feedback.
-
Regolith uses |
Beta Was this translation helpful? Give feedback.
-
Got it, that all makes a lot of sense, thank you so much for the clarifications! |
Beta Was this translation helpful? Give feedback.
-
I am having issues with my system never suspending, or only after I open the lid. I notice that when I try to run
should the command be run with the "-i" flag? or is something else happening? |
Beta Was this translation helpful? Give feedback.
Regolith uses
regolith-powerd
for managing idle settings. It maintains its own instance ofswayidle
and keeps it in sync with the idle settings in the gnome-control-center. In order to maintain your ownswayidle
configuration, you need to remove theregolith-powerd
package.