sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 62a736a1961db42acefc4c5746c0f080b152f2b6
parent d053acbed6fea0f73eb79ac800c1342f8afadeb8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  3 Apr 2018 15:33:02 -0400

Actually let's not do that TODO

Diffstat:
Mswaylock/main.c | 8--------
Mswaylock/password.c | 1-
2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/swaylock/main.c b/swaylock/main.c @@ -93,15 +93,7 @@ static const struct wl_registry_listener registry_listener = { static struct swaylock_state state; -static void sigalarm_handler(int sig) { - signal(SIGALRM, SIG_IGN); - // TODO: Hide typing indicator - signal(SIGALRM, sigalarm_handler); -} - int main(int argc, char **argv) { - signal(SIGALRM, sigalarm_handler); - static struct option long_options[] = { {"help", no_argument, NULL, 'h'}, {"color", required_argument, NULL, 'c'}, diff --git a/swaylock/password.c b/swaylock/password.c @@ -121,5 +121,4 @@ void swaylock_handle_key(struct swaylock_state *state, } break; } - // TODO: Expire state in a few seconds }