Commit Graph

10 Commits

Author SHA1 Message Date
nullgemm 8493c5a8ad use custom pam service name 2020-04-05 11:51:41 +02:00
nullgemm 4a7c82e3e3 add /usr/sbin to default path 2020-04-05 11:37:42 +02:00
nullgemm 825544f7e2 fix password not being cleared when blank_password is set 2020-02-03 08:34:42 +01:00
Érico Nogueira Rolim 33934f3ab2 add wayland specifier to session names (#162)
Create a config option to force ly to add " (Wayland)" to session
names, as long as those names don't already contain the string.
2020-02-03 07:20:47 +01:00
Stuart Reilly 37fc47ef7a Remove /usr/bin/env from default path (#158) 2019-12-14 11:58:30 +01:00
Stanislav Láznička a99c18b7fa Fix building by explicitly casting const out in config.c (#155) 2019-12-06 16:15:08 +01:00
Roosemberth Palacios 31e1ba84af Alloc passing the path to the configuration file as an argument (#134)
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-10-31 13:54:45 +01:00
Roosemberth Palacios fe4af2bfe6 Makefile: Add config option to allow specifying a separate data directory (#136)
This allows the user to specify a different directory to store static files, such as
translations and other resources.

Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-10-27 16:49:55 +01:00
Stanislav Láznička 9486f05e59 cosmetic changes + enter behavior (#126)
* remove trailing whitespace

* always submit password on enter

Moves the keypress logic for keypresses from if-else statements
to switches, adds non-contextual behavior on pressing enter

* wrap pam actions and handle errors at on spot

* init all of text struct in input_text()

This gets rid off valgrind warning on unitialized variables
2019-10-04 20:50:02 +02:00
nullgemm efc5c49de5 initial commit 2019-06-10 16:05:54 +02:00