~ruther/dwl

d8570d5c — Stivvo 4 years ago
Allow borderpx = 0
621d4c91 — 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
d9cf3e06 — Stivvo 4 years ago
Handle new windows

Windows lose fullscreen state when a new window is created in the same
tag
73d717a9 — Stivvo 4 years ago
isfullscreen int
bd222cb7 — Stivvo 4 years ago
Same fscreen func for xdg and xwayland
dd2adb38 — Stivvo 4 years ago
Fullscreen xwayland
aeae3dad — Stivvo 4 years ago
Unlink fullscreen
43bd8062 — Stivvo 4 years ago
Restore windows after fullscreen

Store position and size of windows before going fullscreen. This is more
efficient than arrange() and also works with floating windows

All the clients keep their original position because arrange() isn't
used after quitting fullscreen
4b1ab780 — Stivvo 4 years ago
No borders on fullscreen windows

Some code has been borrowed from the smartBorders patch
06982a56 — Stivvo 4 years ago
Toggle fullscreen
60f0b667 — Stivvo 4 years ago
Basic fullscreen
44ef698d — Devin J. Pohly 4 years ago
set up interfaces in same order as sway

This makes it easier to compare WAYLAND_DEBUG logs when troubleshooting.
1c9a0d88 — Guido Cella 4 years ago
enable gamma control
620da439 — Devin J. Pohly 4 years ago
cleanup function to match dwm
8eb6fe8e — Devin J. Pohly 4 years ago
fix usage to match
3b1992ca — Devin J. Pohly 4 years ago
we're not really using the log
f79746c5 — Devin J. Pohly 4 years ago
this is technically barf too I guess?
f13227eb — Devin J. Pohly 4 years ago
only call updatewindowtype for x11 windows
ad9b3bc6 — Devin J. Pohly 4 years ago
handle NULL return from backend_autocreate

Fixes #44.
83f60e89 — Devin J. Pohly 4 years ago
add macro for fatal errors

dwm lets the OS do cleanup if the program errors out
Next