~ruther/dwl

9cdce1b8 — Leonardo Hernández Hernández 11 months ago
try to limit (79 characters) the line lenght in the Makefile
650a9180 — thanatos 11 months ago
Updated power management handling to address issues raised in the PR
2902df94 — David Donahue 1 year, 1 month ago
Prevent updatemons() from removing monitors that have been put to sleep from the layout
Implement support for output power management

This patch is based on the original stale patch by Guido Cella @guidocella.
It has been modified to apply cleanly to the latest v5.0 tag. Since the SLOC
limit is now lifted, this core feature should be merged into dwl upstream.

Thanks to Dima Krasner @dimkr for the cherry-pick.

Closes: #559, #525
92d1c286 — Leonardo Hernández Hernández 11 months ago
default CC to gcc

posix c99 does not accept `-pedantic`

Fixes: https://codeberg.org/dwl/dwl/issues/584
784b047b — Rutherther 1 year, 3 days ago
Check for null monitor in resize function
11baacbe — Rutherther 1 year, 20 days ago
Add output to layout after enabled state is committed
16076ec5 — Rutherther 1 year, 30 days ago
fix: make sure selmon doesn't get set to disabled mon
7a46fccd — Peter Hofmann 11 months ago
Run startup_cmd in new session and kill the entire group

When a user's startup_cmd is a little more complex, e.g. a shell script,
and forks off several processes, then killing only the main child pid
might leave unwanted processes behind on exit. Not all children will
notice when their parent or the compositor has quit.

To fix this, put startup_cmd into its own session and process group, and
kill the entire group on exit.
c2e7350f — Forrest Bushstone 11 months ago
Make sure toplevel_from_wlr_surface is called with a valid surface pointer
7570dc0a — Leonardo Hernández Hernández 11 months ago
minor adjustments in Makefile
e5a57fb1 — Guido Cella 11 months ago
use tabs in client.h

Fixes 298949bbc4eae8cedb9cdd11cfc9ebd139ac5d5f.
21205f2f — Leonardo Hernández Hernández 1 year, 4 days ago
make sure clients share the same layer on floating layout
8f6fca35 — Leonardo Hernández Hernández 1 year, 4 months ago
create a keyboard group for each virtual keyboard
bca077b9 — A Frederick Christensen 1 year, 1 day ago
Allow negative coordinates in MonitorRules

Monitor/output position (-1, -1) remains as a single indicator value for autoconfigure layout.
Additionally, one minor comment typo is corrected.
0047ff74 — Forrest Bushstone 1 year, 1 month ago
Replicate dwm behavior for sloppyfocus
dwl-patches overhaul - doc changes
34b7a572 — A Frederick Christensen 1 year, 29 days ago
Update wmenu-run name
switch to wmenu

bemenu is very bloated, turning itself into a library, which makes it
7489 SLOC.

wmenu on the other hand, looks suckless by default, and is only 2000
SLOC, which i also find alot nicer to use, since bemenu does nothing
to replicate the original dmenu feel.
put wlr_layer_shell top layer below fullscreen

fixes wlr_layer_shell top clients showing over fullscreen clients
Next
Do not follow this link