mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
introduce rules for monitor configuration
(with dwm, this would already have been done by the X server)
This commit is contained in:
parent
97f29ec67f
commit
1907ee3879
2 changed files with 25 additions and 1 deletions
11
config.h
11
config.h
|
@ -1,3 +1,14 @@
|
|||
/* monitors */
|
||||
static const MonitorRule monrules[] = {
|
||||
/* name scale */
|
||||
{ "X11-1", 1 },
|
||||
{ "eDP-1", 2 },
|
||||
{ "HDMI-A-1", 1 },
|
||||
/* defaults */
|
||||
{ NULL, 1 },
|
||||
};
|
||||
|
||||
/* keyboard */
|
||||
static const struct xkb_rule_names xkb_rules = {
|
||||
.rules = NULL,
|
||||
.model = NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue