Skip to content

Commit

Permalink
Update lxsession-logout.c
Browse files Browse the repository at this point in the history
Added `slock` support
  • Loading branch information
saoded committed Oct 30, 2018
1 parent 45f58c5 commit df5fe40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lxsession-logout/lxsession-logout.c
Expand Up @@ -129,6 +129,10 @@ static const gchar* determine_lock_screen(void)
{
program = "xdg-screensaver lock";
}
else if (g_find_program_in_path("slock"))
{
program = "slock";
}
return program;
}

Expand Down

0 comments on commit df5fe40

Please sign in to comment.