~ruther/dwl

c5090466 — Leonardo Hernández Hernández 2 years ago
add some comments
93de6e82 — Leonardo Hernández Hernández 2 years ago
inline input_device in virtualkeyboard()
f8f94c97 — Leonardo Hernández Hernández 2 years ago
fix idle inhibitor check

previously we tried to get a client from the surface and then compare it with
the excluded surface, if we cannot get a client from the surface (e.g: a layer
surface) it just ignored all the next idle inhibitors no matter what

What I have should done is just checking if the excluded surface is equal to
the current idle inhibitor's surface and continue in case it is.
1bb9c458 — Leonardo Hernández Hernández 2 years ago
fix exclusive zone of unmapped layer surfaces

Fixes: https://github.com/djpohly/dwl/issues/302
9bcef3d0 — Leonardo Hernández Hernández 2 years ago
resize the fullscreen background when resize the client
ae42e439 — Leonardo Hernández Hernández 2 years ago
update link to input-protocols
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.
Next
Do not follow this link