From: Constantin Date: Sun, 5 May 2013 09:51:13 +0000 (-0700) Subject: Initial commit X-Git-Url: https://git.ralfj.de/multypo.git/commitdiff_plain/620ea0fa7e002421ff4284555a162ae9666c7c02 Initial commit --- 620ea0fa7e002421ff4284555a162ae9666c7c02 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..d889b13 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +multixkbdwarrior +================ + +simple game for X11 XI2: get multiple people to your computer, plug in several keyboards and see, who can type the displayed words fastest. Remember to configure each seperate keyboard as a master device ( https://wiki.archlinux.org/index.php/Multi-pointer_X ). Happy hacking ;-)