[hackers] [PATCH] Add a configuration option for fullscreen locking

2021-07-12 Thread Quentin Rameau
Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. --- config.def.h | 1 + dwm.c| 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1c0b587..a2ac963 100644 --- a/config.def.h +++ b/co

[hackers] [svkbd] change comment-style in .c file || Hiltjo Posthuma

2021-07-12 Thread git
commit 6a1431933125e26994554817baf5d5a85402b814 Author: Hiltjo Posthuma AuthorDate: Mon Jul 12 12:51:52 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:51:52 2021 +0200 change comment-style in .c file diff --git a/svkbd.c b/svkbd.c index 38a549a..c762551 100644 --- a/sv

[hackers] [svkbd] code cleanup in overlay definitions (removed empty lines comments) || Maarten van Gompel

2021-07-12 Thread git
commit 3cff4547c5360ccf5424a413c3558ca99e2ce487 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:50 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:34:03 2021 +0200 code cleanup in overlay definitions (removed empty lines comments) diff --git a/layout.mobile-intl

[hackers] [svkbd] made the Q key double as a trigger for the emoji overlay in the default mobile-intl layout || Maarten van Gompel

2021-07-12 Thread git
commit 378a1c8b308ebe09af1ad87ea00bf142313c6fdd Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:52 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:34:10 2021 +0200 made the Q key double as a trigger for the emoji overlay in the default mobile-intl layout

[hackers] [svkbd] protection against segfault if overlay has more keys than the keyboard itself || Maarten van Gompel

2021-07-12 Thread git
commit 2164466746ef9f02cb90944d20d32b9ffbd86366 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:44 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:33:44 2021 +0200 protection against segfault if overlay has more keys than the keyboard itself diff --git a/svkbd.

[hackers] [svkbd] moved backspace key down in dialer layer (mobile-intl and simple layout), for more consistency with other layers || Maarten van Gompel

2021-07-12 Thread git
commit b0534041999d8460683e09aa12b058f96dfb2e08 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:48 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:33:55 2021 +0200 moved backspace key down in dialer layer (mobile-intl and simple layout), for more consistency wit

[hackers] [svkbd] minor documentation update || Maarten van Gompel

2021-07-12 Thread git
commit b5775349f6329c822b39ebf6d2b42e9715bf1430 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:46 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:33:50 2021 +0200 minor documentation update diff --git a/README.md b/README.md index 2eb589c..9d18797 100644 --- a/

[hackers] [svkbd] exclude certain modifier keys and basic keys from being overlayed || Maarten van Gompel

2021-07-12 Thread git
commit b70948b74c19f916bc9e1a610ea1a2a215a54900 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:42 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:33:39 2021 +0200 exclude certain modifier keys and basic keys from being overlayed This ensures that modifi

[hackers] [svkbd] added missing e caron to overlay in international and simple layouts (e.g. for czech) || Maarten van Gompel

2021-07-12 Thread git
commit e2828d4f7a290ebab671c3bfff162684c7779be0 Author: Maarten van Gompel AuthorDate: Sun Jul 11 17:53:40 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Mon Jul 12 12:33:32 2021 +0200 added missing e caron to overlay in international and simple layouts (e.g. for czech) diff --git