djpohly / dwl

dwm for Wayland - ARCHIVE: development has moved to Codeberg
https://codeberg.org/dwl/dwl
Other
1.94k stars 283 forks source link

Fix the original push patch #440

Closed Abanoub8 closed 1 year ago

Abanoub8 commented 1 year ago

This is the push patch ported to work with the latest commit of dwl (68a17f9).

use the new focustop(selmon) function instead of the old selclient() function which has been deprecated by commit 72adab6.

I am open to the possibility of creating a new patch to eliminate the push.c and push.h and instead add the functions directly to the dwl.c file.

sevz17 commented 1 year ago

@djpohly

djpohly commented 1 year ago

Thanks!