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 wlroots-next
Merge branch 'main' into scenegraph
Merge branch 'wlroots-next' into scenegraph-wlroots-next
replace tabs by spaces in alignment
Merge branch 'main' into wlroots-next
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
Defaults should match dwm/Xorg default behavior
Merge pull request #77 from djpohly/use-output-direction
Determine monitor order spatially
use output layout for dirtomon
No need to track our own order; wlroots has a reasonable default for us
already.
Merge pull request #72 from Stivvo/output-compile-set
Define monitor's x,y at compile time
Define monitor's x,y at compile time
Replaces the outputOrder patch.
This avoids recalculating positions and allows to arrange monitors in
any order, not just from left to right.
The order in which monitors are defined in config.h still matters but
it's just the order in the list, not the actual position.