~ruther/dwl

ref: ac896a7df4bac35d43579b450f1e4eeabe7a9d44 dwl/dwl.c -rw-r--r-- 78.8 KiB
cd3d0a10 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
38ba6d22 — Stivvo 4 years ago
Fullscreen: simplifications and fixes

Merges #69.
c2b53c2d — Devin J. Pohly 4 years ago
Merge pull request #91 from drdonahue/wip-tag-status-interface

Interface to display tag information on status bar
ecc60878 — David Donahue 4 years ago
changed fprintf(stdout) instances to printf(), changed function name from statusbar to printstatus
43b6e804 — Devin J. Pohly 4 years ago
Revert "remove sigchld function"

This reverts commit 1fa72b07728ebb396a9f236921b81c369bb12ccb.
Fixes #97.
fba820d5 — Devin J. Pohly 4 years ago
Merge branch 'main' into wlroots-next
1fa72b07 — Devin J. Pohly 4 years ago
remove sigchld function

Explicitly setting the handler for SIGCHLD to SIG_IGN tells the OS to
reap zombie processes automatically, which is what we wanted anyway.
7cee5060 — David Donahue 4 years ago
added redirect from stdout to stderr for spawned processes to prevent conflicts with the statusbar outputs
5b51bb82 — David Donahue 4 years ago
Fixed tab formatting in 6 locations where statusbar() is called
f5e7caac — David Donahue 4 years ago
Changed output to stdout instead of a file
593b7eec — David Donahue 4 years ago
updated output format for better expansibility and easier parsing
c1eb2b49 — Devin J. Pohly 4 years ago
Revert "Revert "remove EGL parameter from backend_autocreate""

This reverts commit 8ed88822ca4448b06c2d7e6155d8022152b78017.
e8192b4f — Devin J. Pohly 4 years ago
Revert "Revert "fix undeclared WLR_KEY_PRESSED""

This reverts commit a11f2bbc7a4068321767bd7e8c7eee1aee278bc9.
a11f2bbc — Devin J. Pohly 4 years ago
Revert "fix undeclared WLR_KEY_PRESSED"

This reverts commit 67896e9d8b98f679faf4456e26e82057c1884789.
8ed88822 — Devin J. Pohly 4 years ago
Revert "remove EGL parameter from backend_autocreate"

This reverts commit 0ff13cf216056a36a261f4eed53c6a864989a9fb.
3e82fad9 — Devin J. Pohly 4 years ago
fix style on space-indented function
a1e24075 — David Donahue 4 years ago
Removed unused variable from statusbar
27598bd0 — David Donahue 4 years ago
added statusbar update when tags are updated
38682174 — David Donahue 4 years ago
Added interface to output information about tags, the currently selected monitor, and the focused client to a file for use by a status bar
9c1943ad — Devin J. Pohly 4 years ago
add some explanation of output reconfiguration

Hopefully this will help "future us" understand what's going on.
Next
Do not follow this link