Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fixes #3402
|
|
|
|
|
|
|
|
fixes 3296
|
|
fixes #3396
|
|
|
|
|
|
* windows: add rule group to map windows grouped
* group rule: use `invade` to force open a window in a locked group
|
|
|
|
Fixes an issue with special workspaces not receiving focus above fullscreen windows, and cleans up the code
|
|
Co-authored-by: Leeman <[email protected]>
|
|
|
|
|
|
|
|
fixes #3385
|
|
|
|
Fixes #3204
|
|
|
|
compile time (#3377)
* fix(log): use constexpr format string
* deprecate getFormat
|
|
|
|
* refactor(varlist): replace unintuitive string splitting
* refactor(varlist): remove test asserts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hyprland will never use vulkan so this is completely redundant
|
|
fixes #2848
|
|
|
|
|
|
|
|
|
|
|
|
modified: src/events/Windows.cpp
|
|
* add mfact dispatcher
* limit mfact to between 0.05 and 0.95
* add try catch block for stof
* change log to err
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- nix/module: update xdph override
- nix/overlays: remove hyprland-share-picker (now built directly inside xdph)
|
|
|
|
* rebase
* change isStackVertical variable to make it more readable
* fix some code getting unnecessarily repeating in a loop
|
|
(#3286)
Make moveWindowOutOfGroup behave like toggleGroup on a group with single
member, this prevents the window from moving around rabidly.
|