Hyprland
Hyprland copied to clipboard
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
#### Describe your PR, what does it fix/add? This adds a new dispatcher - setfloating. The another dispatcher togglefloating like it's name suggests only toggles the floating state, but what...
#### Describe your PR, what does it fix/add? Greatly simplifies the code regarding workspace switching, deduplicating code from `tryMoveFocusToMonitor` and the handling of previous workspace in `changeworkspace` #### Is there...
#### Describe your PR, what does it fix/add? My PR (once it is done) plans on adding a scaling option to the radius of rounded corners based, for example, on...
This PR brings (as far as i can tell) all of the functionality of the Makefile into CMake, which makes it more automated and friendly to package maintainers, and it...
#### Describe your PR, what does it fix/add? Adds a new layerrule for `ignorefocus`. This lets me script a fullscreen `eww` overlay like so: ```bash preload_dashboard() { eww open dashboard...
#### Describe your PR, what does it fix/add? allow binding to touch events for keybinds and also mouse binds ``` bindm=SUPER,touch,movewindow ``` #### Is there anything you want to mention?...
#### Describe your PR, what does it fix/add? I thought it would be nice to have percentage support (#1278) in the resizeparams with the centered master layout. #### Is there...
### Hyprland Version System/Version info ```sh Hyprland, built from branch HEAD at commit 03ebbe18ed8517ee22591eac82cd54322f42cb7d (props: bump ver to 0.34.0). Date: Mon Jan 1 12:03:15 2024 Tag: v0.34.0 flags: (if any)...
### Description I'd like to be able to set custom scaling for specific windows. In other words: I'd like to be able to use different Wayland scaling multipliers between individual...
### Hyprland Version System/Version info ```sh git 7447be822080fac5b8515a177773ec74b4d6c925 ``` ### Bug or Regression? Bug ### Description Hyprland froze ### How to reproduce Run https://github.com/dnut/clipboard-sync and spam copy a bunch of...