sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 1b49a45a0a117c22e1e11accb52bf681b00eeebc
parent 694532df0d13da5c5bb41b337f313567d7b0c823
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Thu, 28 Feb 2013 13:40:07 +0100

Remove trailing spaces

Diffstat:
Msxhkd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sxhkd.c b/sxhkd.c @@ -263,7 +263,7 @@ int main(int argc, char *argv[]) reload_cmd(); reload = false; } - + if (xcb_connection_has_error(dpy)) { warn("The server has closed the connection.\n"); running = false;