Commit graph

8 commits

Author SHA1 Message Date
tobi-wan-kenobi
dfd23a44de [modules/layout] add a new - generic - layout module
Add a new module "layout" that will eventually evolve into the only
keyboard layout module.

Right now, it uses an external binary (get-kbd-layout) to determine the
layout of a keyboard device (because I did not manage to call libX11
with ctypes correctly).

see #788
see #790
2021-05-16 21:09:58 +02:00
Pavle Portic
a8df4a5f9d
Handle n+1 characters in the scrolling decorator 2020-05-15 20:31:37 +02:00
tobi-wan-kenobi
320827d577 [core] restructure to allow PIP packaging
OK - so I have to admit I *hate* the fact that PIP seems to require a
subdirectory named like the library.

But since the PIP package is something really nifty to have (thanks to
@tony again!!!), I updated the codebase to hopefully conform with what
PIP expects. Testruns so far look promising...
2020-05-09 21:22:00 +02:00
Tobias Witek
fc529e1d23 [build] Add preliminary debian package build
Add a (very) flimsical debian package build via Makefile ("make deb").

see #342
2019-01-02 14:40:23 +01:00
Antonin Dach
7a730be09e Ignore visual studio code project files if generated 2018-05-12 20:30:28 +02:00
batman-nair
691709e2dd Ignore Vim swap files 2017-09-21 09:43:13 +05:30
Tobias Witek
b235ae88a4 [gitignore] ignore vim swap files 2016-10-31 13:34:20 +01:00
tobi-wan-kenobi
3dd69c71c2 Initial commit 2016-10-30 15:07:21 +01:00