mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
Start with tinywl
Add a config.h into which configurables can be moved.
This commit is contained in:
commit
94d82bf42f
6 changed files with 1731 additions and 0 deletions
7
config.h
Normal file
7
config.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
static const struct xkb_rule_names xkb_rules = {
|
||||
.rules = NULL,
|
||||
.model = NULL,
|
||||
.layout = "dvorak",
|
||||
.variant = NULL,
|
||||
.options = NULL,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue