mortie / swaylock-effects

Swaylock, with fancy effects
MIT License
708 stars 45 forks source link

`grace` option unrecognized when set in config file #48

Closed baodrate closed 3 years ago

baodrate commented 3 years ago

--grace <seconds> works correctly when used from the command line, but when set in the config file:

indicator
grace 5

we get this error:

$ swaylock
swaylock: unrecognized option '--grace 5'
Usage: swaylock [options...]
...
baodrate commented 3 years ago

Nevermind, this is a case of PEBKAC. I neglected the = in the config. My bad! :sweat_smile: