dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit a2daac838ff07811b1981579e6ef6ca3fa64c202
parent 256f73643601ce0ba65160d77e3088430ac22e84
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Wed, 29 May 2024 19:56:17 -0400

fix steam hardlocking compositor

Diffstat:
Mdwl/dwl.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/dwl/dwl.c b/dwl/dwl.c @@ -3437,8 +3437,13 @@ configurex11(struct wl_listener *listener, void *data) if (c->isfloating || client_is_unmanaged(c)) resize(c, (struct wlr_box){.x = event->x, .y = event->y, .width = event->width, .height = event->height}, 0); + + // NOTE(jake): below causes steam to hard lock up + // https://codeberg.org/dwl/dwl/issues/573 +#if 0 else arrange(c->mon); +#endif } void