Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

Results 1275 Hyprland issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Any chance to have the groups (tabs) implemented in master stack layout?

enhancement

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...

enhancement

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...

bug

## 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...

bug

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...

enhancement

When you have these in config ![image](https://user-images.githubusercontent.com/68589851/202496449-4632aa5d-4367-4718-a077-bad89d70c434.png) And you focus to workspace 10, and then you use dispatcher `workspace 2` to move to workspace 2, your focus moves to workspace...

bug

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...

bug

### 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...

bug