Commit graph

69 commits

Author SHA1 Message Date
Jonathan Hodgson
bc0c0194a6 Fix the comma key inputting a semicolon 2021-02-24 14:02:36 +00:00
Jonathan Hodgson
f4266d0972 Changes keyboard layout
The biggest change comes from the fact that I have removed the number
row on the first screen.

I have also re arranged the second screen.
2021-02-13 17:05:37 +00:00
Jonathan Hodgson
b5e37ea6c5 Fixed issue with keyboard.
There was a blank line below which was a result of the array being
larger than necessary
2021-02-10 21:59:20 +00:00
Jonathan Hodgson
044a049227 Changes symbols on keyboard and changed layout slightly 2021-02-10 21:50:38 +00:00
Jonathan Hodgson
8116e97665 Adds gitignore 2021-02-10 21:44:32 +00:00
Jonathan Hodgson
2d016a0e93 Changes font size as a result of changing DPI 2021-02-10 20:40:58 +00:00
Jonathan Hodgson
0cca3c0882 Adds colemak layout and changes font + colourscheme 2021-02-08 22:06:33 +00:00
Miles Alan
4fc0c19ff3 Restore original svkbd colorscheme and bump up to use monospace-18 as font 2020-07-23 18:22:39 -05:00
Miles Alan
f3a0a23f19 Fix SIGTERM functionality by making sure to sync before free in cleanup() 2020-07-23 18:20:58 -05:00
Maarten van Gompel
76e7e35773 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>
2020-07-23 17:22:21 -05:00
Miles Alan
38f41bf96b Add pipe key to backslash key 2020-05-11 21:49:58 -05:00
Miles Alan
db485abeb3 Run XFlush instead of XSync before starting main loop; fixes bug where rending
of keys fails when used in conjunction w/ dwm dock patch
2020-05-11 21:48:43 -05:00
Miles Alan
5456248e36 Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly
Modify run function to use select() with a timeout since X events will be
blocked otherwise and terminate wouldn't apply for a while.
2020-05-02 19:26:56 -05:00
Miles Alan
6d765fe3d2 Clean up secondary layout positioning LRDU properly & blanking placeholders 2020-05-02 19:26:32 -05:00
Miles Alan
2dd9d52abd Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel 2020-04-03 21:11:36 -05:00
Miles Alan
a7da3f8e94 Add custom layouts 2020-03-16 20:15:17 -05:00
Miles Alan
bb14167a84 Delete unused layouts 2020-03-07 10:33:22 -06:00
Miles Alan
453f8c3051 Use 10x20 font 2020-03-07 10:33:10 -06:00
Miles Alan
fbdfb4937a Bump up height of keyboard 2020-03-07 10:32:57 -06:00
Christoph Lohmann
fc267005ce Bump year. 2016-01-01 14:19:33 +01:00
Carlos J. Torres
a5b40479e3 allow make LAYOUT=...
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2014-01-30 19:29:31 +01:00
Christoph Lohmann
b1ab226b28 Adding ru and sh layout.
Thank you "Dmitrij D. Czarkoff" <czarkoff@gmail.com>!
2013-04-28 10:24:15 +02:00
Christoph Lohmann
7885b0954a Suckless is now using git. Thanks architekt! 2012-12-12 20:36:22 +01:00
Christoph Lohmann
ce0779e5c9 Unpress modifiers so there is no problem when exiting svkbd inbetween. 2012-10-27 00:01:15 +02:00
Christoph Lohmann
d356e43d9c Fixing the problem of repeating keys. 2012-10-26 23:53:29 +02:00
Christoph Lohmann
fc23b8e713 Ed is <3. 2011-11-10 19:15:05 +01:00
Christoph Lohmann
447f3f2e27 Adding delete to the German layout. 2011-11-10 19:11:25 +01:00
Christoph Lohmann
2b985444ad Fixing README and the build environment. 2011-10-30 13:02:42 +01:00
Christoph Lohmann
e43381833b Fixing -g option. 2011-10-19 10:49:23 +02:00
Christoph Lohmann
ef52905a3f Width and height cannot be negative in geometry. 2011-10-09 18:08:18 +02:00
Christoph Lohmann
c63a877003 Fixing geometry arg handling (i++). 2011-10-09 18:03:23 +02:00
Christoph Lohmann
2806bed425 Making -g -geometry compatible. 2011-10-09 18:00:21 +02:00
Christoph Lohmann
3a5d2f3ed8 Fixing the geometry parsing. 2011-10-09 17:59:03 +02:00
Christoph Lohmann
cfe0f2d84e Add default static floating. 2011-10-09 17:45:12 +02:00
Christoph Lohmann
08b907930c Adding xgeometry standard parsing to svkbd. 2011-10-09 17:36:09 +02:00
Christoph Lohmann
cc4f2c36ba Changing the default settings to have highlight. 2011-10-09 17:25:43 +02:00
Christoph Lohmann
b6a96b6df9 Highlighting + unpress handling fixed. 2011-10-09 17:22:50 +02:00
Christoph Lohmann
9475c4590e Maintainer changed. 2011-10-09 11:26:14 +02:00
Christoph Lohmann
bd80a579dc Removing unused variable and silencing the compiler. 2011-10-03 16:30:45 +02:00
Christoph Lohmann
d4336c659c Now the bottom border is drawn again. 2011-04-13 19:09:53 +02:00
Enno Boland (Gottox)
f3ec05ff37 fixing button height (again) 2011-04-13 09:46:51 +02:00
Christoph Lohmann
c74fc014a4 Fixing the install/uninstall again. 2011-04-10 13:44:18 +02:00
Enno Boland (Gottox)
6f0e75ccc0 merging christophs "Fixing border and sizes now for real."-patch 2011-04-10 13:36:41 +02:00
Enno Boland (Gottox)
7223d56428 small row fix 2011-04-10 13:32:16 +02:00
Christoph Lohmann
ce9fd8d282 Adding a toolbar option and changing the window type. 2011-04-06 09:03:25 +02:00
Christoph Lohmann
5c97d98c63 _NET_WM_WINDOW_TYPE needs to be atom. 2011-04-05 17:23:40 +02:00
Christoph Lohmann
6e23a19d2f Adding close button. 2011-04-04 22:43:12 +02:00
Enno Boland (Gottox)
fb55e57fc1 fixing segment fault while resizing. 2011-04-04 13:47:27 +02:00
Enno Boland (Gottox)
3619838eb7 Adding Christoph Lohmanns patches again. Thx :D 2011-04-04 13:39:31 +02:00
Enno Boland (tox)
31e00125e8 removing unneeded SetWMHints 2011-03-25 16:28:46 +01:00