Lucas Gruss
Lucas Gruss
@HumHongeKamyaab You can have workspaces span across multiple monitors, as per [screenshot section](https://github.com/ch11ng/exwm/wiki/Screenshots) in the wiki which shows an image being displayed in such a manner. It's not mentioned in...
@HumHongeKamyaab in this case the following snippet implements a rudimentary workspace spanning multiple monitors by leveraging EXWM's own workspaces: ``` (defun exwm-workspace-switch-group-hack (list-index) "Switch to a group of workspaces" (dolist...
`mu_begin_window` is a macro that wraps around `mu_begin_window_ex` using the default options, as can be seen in `microui.h`: ``` c #define mu_begin_window(ctx, title, rect) mu_begin_window_ex(ctx, title, rect, 0) ``` If...
Hi, I would like to further the discussion, as I have encountered the same problem with denote-explore and graphviz 2.43.0 on Debian 12.6. Opening the generated svg file in inkscape...