Hyprland
Hyprland copied to clipboard
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
Window swallowing currently doesn't respect floating windows in that the new window will open in tiled mode (regardless of the floating state of the swallowed window) and when closed the...
It seems Hyprland is not implementing ext-session-lock-v1 (https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/131) (implemented in swaylock here https://github.com/swaywm/swaylock/pull/219) Today if I start swaylock, then switch to another tty and kill it, then come back to...
Any chance to have the groups (tabs) implemented in master stack layout?
I would like to set a window rule for for example terminals and similar primarily keyboard focused apps to move the mouse cursor to a corner of the window when...
Steps to reproduce: Open in fullscreen Firefox and scroll in a gtk list chooser. Expected outcome: When scrolling the list it moves Noted outcome: The list moves AND the page...
## Steps to reproduce - Set `dim_inactive` to true (and set `dim_strength` to a high value to notice it easier) - enable `workspace_swipe` - open multiple windows on two workspaces...
It would be nice to see high resolution wheel support for the few mouses that supports it. If I'm not mistaken, gnome just added it in their newer release, and...
When you have these in config  And you focus to workspace 10, and then you use dispatcher `workspace 2` to move to workspace 2, your focus moves to workspace...
I'm on the git version of hyprland: ``` ❯ pacman -Qm | grep hyprland hyprland-git r2046.0634abf-1 waybar-hyprland 0.9.15-1 ``` I installed the release version of albert: ``` pacman -S albert...
### X: https://github.com/dunst-project/dunst/issues/1126 I have the following minimal example: ```sh for i in 1 2 3 4; do notify-send "Test $i" -h string:synchronous:disable-keyboard sleep 1 done ``` The notification shown...