~ruther/dwl

ref: 68576799b96950dd36ed7c71ba0c4b1607a13cc8 dwl/dwl.c -rw-r--r-- 82.5 KiB
68576799 — Leonardo Hernández Hernández 2 years ago
don't arrange layers on disabled monitors
19a8a095 — Leonardo Hernández Hernández 2 years ago
call setfullscreen() in setmon()

this will help when sending to another monitor a fullscreen client
and also will prevent a crash when a client request fullscreen when it has no monitor
1f59b76d — Leonardo Hernández Hernández 2 years ago
prevent segfault when destroying monitors

also don't count unmapped surfaces for exclusive zone
and exclusive_focus is now of type `void *`
40b1c0b8 — Leonardo Hernández Hernández 2 years ago
Revert "Revert "various improvements to layer surface""

This reverts commit c017916d35795cf85e5181907f5e97a1d702612a.
c017916d — Leonardo Hernández Hernández 2 years ago
Revert "various improvements to layer surface"

see https://github.com/djpohly/dwl/issues/289#issuecomment-1231287114

This reverts commit 226051974060746d02d787ac1ef70b6267ee51b4.
22605197 — Leonardo Hernández Hernández 2 years ago
various improvements to layer surface

- remove various useless assignments of layersurface->mon
- styles changes
- do not set wlr_layer_surface->output to NULL at destroy
0e993b5f — Leonardo Hernández Hernández 2 years ago
conform the idle inhibitor protocol

previously we disable idle tracking simply due to the fact that it exist
d738573e — Leonardo Hernández Hernández 2 years ago
new function to notify keyboard enter
406aebcb — Leonardo Hernández Hernández 2 years ago
prevent an infinite loop if try to use focusmon() with all monitors disabled
dfcd142c — Leonardo Hernández Hernández 2 years ago
don't try to set monitor for clients in createmon()

this is done in updatemons()
07bf1832 — Leonardo Hernández Hernández 2 years ago
set monitor for clients that don't have one in updatemons()

only if selmon is enabled and the clients are mapped
174919ec — Leonardo Hernández Hernández 2 years ago
set monitor for clients that don't have one on monitor creation
a7f77160 — Leonardo Hernández Hernández 2 years ago
don't respect size hints for fullscreen clients

Fixes: #292
7a343b98 — Leonardo Hernández Hernández 2 years ago
change type of c->bw: int -> unsigned int
8d2516e8 — Leonardo Hernández Hernández 2 years ago
reorder isfullscreen in Client definition
f173c56c — Leonardo Hernández Hernández 2 years ago
initialize to zero the box used in commitnotify()
48396a1b — Leonardo Hernández Hernández 2 years ago
fix crash when setting a custom mode
b6e3fc16 — Leonardo Hernández Hernández 2 years ago
rework outputmgrapplyortest()

first disable requested monitors, then enable and/or change mode, x and y, etc.
This is mostly what sway does
662e06e6 — Leonardo Hernández Hernández 2 years ago
check client_from_wlr_surface() returning NULL in urgent()

fix #281
9d2eb848 — Dima Krasner 2 years ago
fix segfault if parent->mon is unset
Next
Do not follow this link