Hyprland
Hyprland copied to clipboard
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
Hello, there's relative sourcing file from this: https://github.com/hyprwm/Hyprland/issues/314, but I can't seem to get the same result using `exec` and `exec-once`. Can we also have this here? EDIT: Another thing,...
useful for rotated monitors, master is not useful for standing monitors
In a workspace ,if the mouse doesn't point any window , hyprland should focus the first window that it can find. This case will happen in a workspace which only...
Windows that are opened by Firefox extensions cannot be affected by `windowrules`. I have an extension called Tree Style Tabs that opens a window (that should be a modal) to...
I love the special workspace which I can popup on any workspace to do some quick task or see if there are any important message. Unfortunately, there is only one...
If the special workspace is active, switching to not empty workspaces will switch workspaces 'behind' the special workspace, keeping that special workspace visible. But if the newly chosen workspace is...
I manage my configuration in composable sets of configuration files. My dotfiles management solution includes symlinking the "enabled" configurations to a specific directory and then wildcard including it. It would...
While almost all of the animations are a real treat, the animation of the somewhat new moveFocus is not really. I think it would make sense to use either the...
I have `follow_mouse = 2`, where keyboard focus stays with the focused window but mouse focus moves with the mouse. The only reason I want this is so that my...
In SDL, running `SDL_SetRelativeMouseMode(SDL_TRUE)` under the Wayland backend should hide the mouse cursor and lock it to that window, to be used in camera controls in games for example. In...