Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout
This is version 6 of my svkbd patch, and I'm nearing completion on all the stuff I wanted to implement. I decided to split this patch into 4 logical units, making for a nicer commit history when merged, all four together constitute all the work I did on svkbd and need to be applied in succession. See the last patch in the series (4/4) for comments on what I changed since v5. Signed-off-by: Miles Alan <m@milesalan.com>
This commit is contained in:
parent
38f41bf96b
commit
76e7e35773
10 changed files with 610 additions and 172 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = svkbd.c
|
||||
SRC = drw.c svkbd.c util.c
|
||||
|
||||
all: options svkbd-${LAYOUT}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue