~ruther/dwl

733754bb — Leonardo Hernández Hernández 2 years ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
797e0c74 — Leonardo Hernández Hernández 2 years ago
correctly check if a scene node is enabled

checking only wlr_scene_node.enabled may result in a false positive because it
does not consider if its ancestors are enabled as well.
3c760bcd — Leonardo Hernández Hernández 2 years ago
remove unneeded check of `m` in arrange()

arrange must never be called with a NULL argument
da77e34e — Ben Collerson 2 years ago
Use uint32_t for ui Arg
20f61a59 — Leonardo Hernández Hernández 2 years ago
use fixed-size type for client tags

while the size of `int` in most compilers is 32-bits, the size of int and all
other integer types are implementation defined, so make sure we can use up to
32-bits
9d68554c — Ben Collerson 2 years ago
remove tag labels from dwl

Tag labels are not used in dwl. Only the number of tags is important.
Tag labels should be defined for each tag in whatever status bar is
used.
bbdf2a91 — Yves Zoundi 2 years ago
display clients count in monocle symbol

- Replicate missing functionality from dwl to display the client count in monocle mode
  - Add ltsymbol field to Monitor struct
  - Display client count in monocle mode when greater than zero
- Tested with somebar and dwlb
21930621 — Palanix 2 years ago
Remove rootcolor
6722a895 — A Frederick Christensen 2 years ago
Missing apostrophe
eaf6dd2c — Leonardo Hernández Hernández 2 years ago
do not call dmabuf_create twice

it is called automatically by `wlr_renderer_init_wl_display()` but since we
need a pointer to wlr_linux_dmabuf_v1 to integrate it with scene API we need
to recreate that function.

Bug: https://github.com/emersion/xdg-desktop-portal-wlr/issues/216
Fixes: https://github.com/djpohly/dwl/issues/398
e4921fad — gan-of-culture 2 years ago
add missing comma in "MonitorRule"

add a missing comma for the example
c69a2bec — godalming123 2 years ago
Fix spacing and replace it with tabs
737688a6 — godalming123 2 years ago
fix spelling
fefcdbed — Leonardo Hernández Hernández 2 years ago
Merge remote-tracking branch 'upstream/main' into wlroots-next
f8373ccf — pino-desktop 2 years ago
Fixed 'unused variable' compiler warning.
7f9a2124 — Ben Collerson 2 years ago
Add appid field to printstatus() output

Adds an appid field to printstatus which can be used to monitor the
currently active application.
ab8334bd — Leonardo Hernández Hernández 2 years ago
implement repeatable keybindings
23ede80f — Leonardo Hernández Hernández 2 years ago
allow configure x and y of outputs
04fdf1a2 — Leonardo Hernández Hernández 2 years ago
add support for wp-fractional-scale-v1

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3511
Next
Do not follow this link