Merge pull request #247 from Humm42/xkboptions
initialize xkb_rules.options to a null pointer
add click method configuration option
Add the libinput configuration option to choose between Software Button Areas and Clickfinger
initialize xkb_rules.options to a null pointer
Initializing it to an empty string had broken configuring xkbcommon
through the environment (XKB_DEFAULT_OPTIONS).
Fixes: ae313911153b ("initialize rules and xkb_rules")
Add configuration options for touchpads
Remove removed fields from struct instances
Remove vestigial monitor configuration info
The x/y fields in monitor rules are unused and were meant to be deleted.
Also removes the outdated comment in config.h.
initialize rules and xkb_rules
to fix compile errors with `-pedantic`
add note about how to change MODKEY for windows key
Add a configuration option for fullscreen locking
Some people are annoyed to have this new behaviour forced for some
application which use fake fullscreen.
Merge branch 'main' into scenegraph
replace tabs by spaces in alignment
Merge pull request #189 from fauxmight/shift-6-is-asciicircum
Shift+6 generates XKB_KEY_asciicircum
Shift+6 generates XKB_KEY_asciicircum
Merge branch 'main' into wlroots-next
correct key constant name
Fixes #94.
Merge branch 'main' into wlroots-next
add explanatory command about Ctrl-Alt-Bksp/Fx
Add default menu command
dwm config parity