~ruther/dwl

ref: a15cb1e20e165caf936319f9cdfb86f57effdfa6 dwl/config.def.h -rw-r--r-- 5.6 KiB
bda7b311 — Devin J. Pohly 3 years ago
Merge pull request #189 from fauxmight/shift-6-is-asciicircum

Shift+6 generates XKB_KEY_asciicircum
ac896a7d — A Frederick Christensen 3 years ago
Shift+6 generates XKB_KEY_asciicircum
21445461 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
15f5d31f — Devin J. Pohly 4 years ago
correct key constant name

Fixes #94.
b063dd89 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
02eed717 — Devin J. Pohly 4 years ago
add explanatory command about Ctrl-Alt-Bksp/Fx
2d71c9b9 — Devin J. Pohly 4 years ago
Add default menu command

dwm config parity
87b16e60 — Devin J. Pohly 4 years ago
Defaults should match dwm/Xorg default behavior
1d7c7561 — Devin J. Pohly 4 years ago
Merge pull request #77 from djpohly/use-output-direction

Determine monitor order spatially
e8ca8a8a — Devin J. Pohly 4 years ago
use output layout for dirtomon

No need to track our own order; wlroots has a reasonable default for us
already.
4bf2923f — Devin J. Pohly 4 years ago
Merge pull request #72 from Stivvo/output-compile-set

Define monitor's x,y at compile time
fa782896 — Stivvo 4 years ago
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.
5ba09b56 — Devin J. Pohly 4 years ago
missed a few of these
20642753 — Devin J. Pohly 4 years ago
Merge updates from guidocella

Thanks so much for helping to keep the project running while life was
crazy!
c5087d41 — Devin J. Pohly 4 years ago
Merge pull request #53 from Stivvo/fullscreen

Fullscreen support
b6a3891c — Devin J. Pohly 4 years ago
Merge pull request #62 from Java-boi/master

Added basic tap-to-click for touchpad users
bcf9d8fb — Guido Cella 4 years ago
disable natural scrolling by default

This inverts the scroll even on regular mice.
33e8a3f1 — Guido Cella 4 years ago
update comments and remove debugging printf
5668c616 — Stivvo 4 years ago
Define monitor order with monrules[]

The order in which monitors are defined in monrules[] actually matters.

Monotors that aren't configured in monrules[], it will always be the
leftmost.
6b47e2bb — Guido Cella 4 years ago
use bool

Because it's 2020. Passing integers to wlroots variables and functions
with bool in their signature is silly.
Next
Do not follow this link