~ruther/dwl

ref: 264be4ebbafaa9dd0d166841f64ab5167e3fa8da dwl/dwl.c -rw-r--r-- 74.2 KiB
128c2926 — Devin J. Pohly 4 years ago
Merge pull request #54 from Bonicgamer/swayscalebox

Sway scale_box (rounding)
c5087d41 — Devin J. Pohly 4 years ago
Merge pull request #53 from Stivvo/fullscreen

Fullscreen support
d94266df — Devin J. Pohly 4 years ago
fix crash on non-libinput pointers (e.g. X11 backend)
62529e25 — Devin J. Pohly 4 years ago
Merge pull request #49 from guidocella/layer-shell

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

Added basic tap-to-click for touchpad users
a42613db — Devin J. Pohly 4 years ago
Merge pull request #66 from richardipsum/master

fix undeclared WLR_KEY_PRESSED
d21d5ee2 — Stivvo 4 years ago
Change fullscreen policies

When a new client is spawned, fullscreen isn't disabled for all clients
in that monitor any more.

Instead, all fullscreen clients are kept fullscreen, while other clients
spawn in the background.

When fullscreen is disabled, all clients are rearranged.

This is made to make dwl more flexible allowing multiple fullscreen
clients at the same time, have floating clients on top of a fullscreen
one and let stuff happen without quitting fullscreen, like many other
WMs and DEs.
707c1710 — Stivvo 4 years ago
quitallfullscreen() even when enabling fullscreen

Disable fullscreen on all visible clients in that monitor also before
enabling it on another client.

quitallfullscreen() is reintroduced becouse is now more useful

set c->isfullscreen later to avoid making quitallfullscreen() disable
fullscreen on the current client
86ba4c85 — Stivvo 4 years ago
Remove goto render (easier merge)
67896e9d — Richard Ipsum 4 years ago
fix undeclared WLR_KEY_PRESSED
fcc869ed — Stivvo 4 years ago
Readme: achieve fullscreen + allow borderpx = 0
Added support for natural scrolling
Added basic tap-to-click for touchpad users
c98686cf — Stivvo 4 years ago
Quit fullscreen on new x11 window

After the removal of quitfullscreen() dwl wouldn't compile widh xwayland
enabled because createnotifyx11 was still using the old function
0ad8473a — Stivvo 4 years ago
Delete quitfullscreen()

quitfullscreen() was replicating the functionalities of setfullscreen(c,
0)

Reusing setfullscreen() in quitfullscreen() leads to a 3 line function,
which is useless since quitfullscreen() is used once anyway
a2ed3d45 — Stivvo 4 years ago
Keep windows fullscreen after redraw

This fixes the bug that happens when changing workspace (or any time
arrange() is called) where there are fullscreen windows, which are still
fullscreen but leave the space for layer surfaces like waybar (which
should be hidden when going fullscreen)

Also as soon one fullscreen window is found hte function returns to
improve efficiency
172bcfd3 — Stivvo 4 years ago
Set fullscreen simpler
2b286ffe — Stivvo 4 years ago
use m->m (fullscreen on top of layers)
405280fd — Stivvo 4 years ago
Merge pull request #1 from guidocella/fullscreen

fix typo
0bb25a73 — Guido Cella 4 years ago
extract function and comment it
Next
Do not follow this link