From 1dcc695e63c4171c1e66c6695e2f8e300f1c9374 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 29 Nov 2016 00:11:50 -0500 Subject: [PATCH] Change name to something static --- input-read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input-read b/input-read index c776d4a..c60ca50 100755 --- a/input-read +++ b/input-read @@ -112,7 +112,7 @@ if args.direct: for fd in xrange(nofd): d = UInputDevice() m.expose(d, fd) - d.setup('keymapper input device'+str(fd)) + d.setup('keymapper input device') ofs.append(d) # grab all inputs so nothing else reads them :)