swaywm / swayidle

Idle management daemon for Wayland
MIT License
550 stars 50 forks source link

swayidle wont start anymore: too few parameters #126

Closed CoveTar closed 2 years ago

CoveTar commented 2 years ago

Hello

kennylevinsen commented 2 years ago

Your timeout command is working as it should. The problem you see is from another timeout command, likely in your swayidle config (.config/swayidle/config).

CoveTar commented 2 years ago

Your timeout command is working as it should. The problem you see is from another timeout command, likely in your swayidle config (.config/swayidle/config).

Thanks. But I am using the default sway config in /etc/sway/config so swayidle is commented out by default.

kennylevinsen commented 2 years ago

swayidle config, not sway config. Check the path I wrote. swayidle reads its config file if present after processing its command line. A valid command line but invalid configuration file will give output like what you are seeing.

CoveTar commented 2 years ago

swayidle config, not sway config. Check the path I wrote. swayidle reads its config file if present after processing its command line. A valid command line but invalid configuration file will give output like what you are seeing.

Sorry about that and you are totally right, thanks buddy.