swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 8e45aab6b39109d977c6a4ba3174089db99c4d55
parent 40d9b54a485da445885c48530a8407a2bfefea0d
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 21 Jan 2014 19:21:22 -0800

xkb: Use normal US layout by default

Diffstat:
Mlibswc/xkb.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libswc/xkb.c b/libswc/xkb.c @@ -7,9 +7,7 @@ #include <sys/mman.h> const struct xkb_rule_names rule_names = { - .layout = "us,us", - .variant = "dvorak,", - .options = "grp:alt_shift_toggle" + .layout = "us" }; static const char keymap_file_template[] = "swc-xkb-keymap-XXXXXX";