~ruther/dwl

ref: ea1b2dda635fec8ac18ab3e6578eadd2a0f7202d dwl/config.def.h -rw-r--r-- 5.2 KiB
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.
feeacc88 — Guido Cella 4 years ago
tweak trackpad variables

Add static const and move them below in order to group the keyboard
options.
Added support for natural scrolling
Added basic tap-to-click for touchpad users
c89de53d — Guido Cella 4 years ago
remove togglefullscreen keybinding

Distribute it as a patch like in dwm since graphical applications
usually provide their own keybinding; I guess it's only for terminals.

Note that even though these commits don't let you open multiple windows
in fullscreen and cycle between them like in dwm, with just
fullscreennotify spawning new windows or changing tag would still exit
fullscreen automatically, but you would have to toggle fullscreen twice
when switching back to the fullscreen window to enter fullscreen again,
so this is better since it avoids that.
f125e1b9 — Stivvo 4 years ago
Toggle fullscreen on all clients

mod+e allows to toggle fullscreen any client, even those who don't
support it themselves
0816b33d — Devin J. Pohly 4 years ago
add comment from dwm
ce312b7e — Devin J. Pohly 4 years ago
Merge branch 'shcmd' of https://github.com/guidocella/dwl into master
f7fae644 — Devin J. Pohly 4 years ago
make rule examples a comment
245c3638 — Devin J. Pohly 4 years ago
Merge pull request #40 from guidocella/firefox-class

Fix Firefox class
82b2a948 — Guido Cella 4 years ago
Fix Firefox class
ffe00e61 — Guido Cella 4 years ago
Define SHCMD macro
541ecea7 — Devin J. Pohly 4 years ago
fix killclient binding, add helpful comment
5a2d87fa — Devin J. Pohly 4 years ago
add monocle layout
94bf916d — Devin J. Pohly 4 years ago
Merge pull request #26 from guidocella/bind-togglelayout

Bind layout toggle
13d10ba6 — Guido Cella 4 years ago
Bind layout toggle
5248efd4 — Devin J. Pohly 4 years ago
Merge pull request #21 from mchackorg/focus-color

Add support to change focused window's border color
Next