shezdy

Results 11 comments of shezdy

> stable version I could use would be great I think you can already use a tagged version by setting the url for both hyprland and the plugin. eg `hyprland.url...

> I was looking for a dispatcher for `prev` which works well, when trying to go to the old used workspace in the current monitor. spw fails to do that....

previous workspace selection should be fixed in https://github.com/shezdy/hyprsplit/commit/d02a61319d515251a34db76f9506aea8b3916d0f, i didn't realize it could break depending on the dispatchers used

> In my workflow, I like to keep a fixed number of workspaces, so I use persistent workspaces. If that is the case, I will have different number of workspaces...

This happens because split:swapactiveworkspaces moves windows between each workspace the same way that movetoworkspace would move windows (layout is not preserved, each is treated a 'new' window on the workspace)....

layout is preserved for master and dwindle now. plugin layouts will still use the old method for now.

`wayland.windowManager.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland` in home.nix?

if that doesn't work then im not sure what is wrong. all i know is that the plugin is somehow built for a different version hyprland. someone that actually uses...

likely caused by xwayland not having dnd

More testing revealed that xwayland->xwayland drag and drop works if the dragged surface doesn't gain focus. This window rule makes drag and drop work within Krita: `windowrulev2 = nofocus, class:^krita$,...