Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
508c6fe
docs: add Rohit8BitCoder as Tester
Rohitd3v Sep 5, 2025
1354c1c
fix(hyprland): center and resize file chooser,save,download dialogs
Rohitd3v Sep 5, 2025
3b6055e
Update CONTRIBUTORS.md
Rohitd3v Sep 5, 2025
477be6c
Merge branch 'dev' into dev
rubiin Sep 7, 2025
a496cf7
fix: replace rofi-wayland with rofi in migration script and pkg_core.lst
rubiin Sep 8, 2025
a29c4ee
fix: add migration script for replacing rofi-wayland with rofi
rubiin Sep 8, 2025
ae3cd89
fix: add migration script for replacing rofi-wayland with rofi
rubiin Sep 8, 2025
d216ee0
docs: add Rohit8BitCoder as Tester
Rohitd3v Sep 5, 2025
423ac80
fix(hyprland): center and resize file chooser dialogs (as suggested)
Rohitd3v Sep 9, 2025
b4d7d8c
updated windowrules.conf : fixed center and resize file chooser,save,…
Rohitd3v Sep 9, 2025
ee52a8a
Merge branch 'dev' into dev
kRHYME7 Sep 9, 2025
6f9635b
Update CONTRIBUTORS.md
Rohitd3v Sep 10, 2025
90a31ac
Merge branch 'dev' into dev
kRHYME7 Sep 10, 2025
182c771
Merge branch 'dev' into dev
kRHYME7 Sep 10, 2025
2a03497
Update CONTRIBUTORS.md
Rohitd3v Sep 10, 2025
ad289c0
fixes an issue as suggested by @kRHYME7 and @zeerayne
Rohitd3v Sep 11, 2025
7c4c6e2
fixes an issue as suggested by @kRHYME7 and @zeerayne
Rohitd3v Sep 11, 2025
cba20a8
Merge branch 'dev' into dev
kRHYME7 Sep 11, 2025
f84b4da
Merge branch 'dev' into dev
rubiin Sep 11, 2025
8f1546a
Merge branch 'dev' into dev
kRHYME7 Sep 13, 2025
da9a985
Merge branch 'rc' into dev
kRHYME7 Sep 13, 2025
f2a139d
fix: File chooser dialogs in Hyprland now open centered and floating …
kRHYME7 Sep 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
```
To use text recognition bind `hyde-shell screenshot sc` to any hotkey.
- Hyprlock: Added hyprlock preview
- File chooser dialogs in Hyprland now open centered and floating instead of off-screen

### Fixed

Expand Down
2 changes: 0 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ _These contributors help with quality assurance and testing._
- [@amit-0i](https://github.com/amit-0i)
- [@Prof-Shiba](https://github.com/Prof-Shiba)
- [@UnaTried](https://github.com/UnaTried)

- [@Vu4ll](https://github.com/Vu4ll)

---

## How to add yourself to this list
Expand Down
11 changes: 10 additions & 1 deletion Configs/.local/share/hypr/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ windowrule = size <85% <95%,floating:1
windowrule = float,tag:common-popups
windowrule = size <60% <90%,tag:common-popups

# Fix file chooser dialogs opening off-screen
windowrule = float,tag:portal-dialogs
windowrule = center,tag:portal-dialogs


# Only add the Core applications here
windowrule = float,class:^(com.gabm.satty)$
Expand Down Expand Up @@ -45,6 +49,12 @@ windowrule = tag +common-popups,title:^(Confirm to replace files)$
windowrule = tag +common-popups,title:^(File Operation Progress)$
windowrule = tag +common-popups,class:^(xdg-desktop-portal-gtk)$

# portal-dialogs
windowrule = tag +portal-dialogs,class:^(org.freedesktop.impl.portal.desktop.hyprland)$
windowrule = tag +portal-dialogs,class:^(org.freedesktop.impl.portal.desktop.gtk)$
windowrule = tag +portal-dialogs,class:^([Xx]dg-desktop-portal-gtk)$



# // █░░ ▄▀█ █▄█ █▀▀ █▀█   █▀█ █░█ █░░ █▀▀ █▀
# // █▄▄ █▀█ ░█░ ██▄ █▀▄   █▀▄ █▄█ █▄▄ ██▄ ▄█
Expand All @@ -61,4 +71,3 @@ layerrule = blur,logout_dialog
layerrule = ignorezero,logout_dialog
layerrule = blur,waybar
layerrule = ignorezero,waybar