~ruther/dwl

303fc72b — Leonardo Hernández Hernández 2 years ago
append `-dev` to $(_VERSION) (should have added it a long time ago)
871463c3 — Leonardo Hernández Hernández 2 years ago
define _POSIX_C_SOURCE through CPPFLAGS

like dwm
d1496a2a — Leonardo Hernández Hernández 2 years ago
fix condition that always evaluate to false in commitlayersurfacenotify()
80084839 — Leonardo Hernández Hernández 2 years ago
remove obsolete check of c->mon in fullscreennotify()

since 19a8a095ebe782065903b9a03670560371302206 it's checked in setfullscreen()
1aacfada — Leonardo Hernández Hernández 2 years ago
set `c->prev` in setmon() and not in mapnotify()
14c010a0 — Leonardo Hernández Hernández 2 years ago
only enable/disable clients from the specified monitor in arrange()

also fix a crash when m is null, this can only happen when selmon is NULL
14a1e3e2 — Leonardo Hernández Hernández 2 years ago
set c->prev in mapnotify()

Closes: #300
a94d089c — Dmitry Zakharchenko 2 years ago
Minor changes to README
e91f71e8 — Dmitry Zakharchenko 2 years ago
Add direct irc link

Also, move IRC section to the top so that it's more accessible.
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
b9295e8c — Leonardo Hernández Hernández 2 years ago
sort client.h functions
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()
Next
Do not follow this link