Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 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 @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- UWSM: Clean up the xdg freedesktop.org spec as uwsm handles it
- Wallpaper: fix #1136 as exporting arrays are not supported in bash
- Lockscreen: Fix zombie hyprlock
- File chooser dialogs in Hyprland now open centered and floating instead of off-screen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this should be moved above bc v25.8.3 released already

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suppose this line should be pushed up from line 41 to line 23:

+ [23] - File chooser dialogs in Hyprland now open centered and floating instead of off-screen
- [41] - File chooser dialogs in Hyprland now open centered and floating instead of off-screen


### Changed

Expand Down
8 changes: 7 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _These contributors help with code review, triaging, and development._
- [@Guillaumecoi](https://github.com/Guillaumecoi)
- [@rubiin](https://github.com/rubiin)
- [@Metalhearf](https://github.com/Metalhearf)
- [@prime-run](https://github.com/prime-run)
- [@prime-run](https://github.com/prime-run3.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like 3. shouldn't be here

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

## Testers
Expand All @@ -27,19 +27,25 @@ _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)
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some badly resolved conflic here

=======
- [@Rohit8BitCoder](https://github.com/Rohit8BitCoder) - "Always learning, always building"

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

>>>>>>> 13abe65a (docs: add Rohit8BitCoder as Tester)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also some conflict artifacts here

---

## How to add yourself to this list

1. Fork the repository
2. Create a new branch for your change
3. Add your name to the appropriate section in this format:

```
- [@your-github-username](https://github.com/your-github-username) - "Your favorite quote"
```

4. Submit a pull request with the title "Add [Your Name] as [Collaborator/Tester]"
5. Include in the PR description your relevant experience and what you hope to contribute
6. Wait for a maintainer to review and merge your PR
Expand Down
9 changes: 9 additions & 0 deletions Configs/.config/hypr/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,12 @@ layerrule = ignorezero,swaync-notification-window
layerrule = blur,swaync-control-center
layerrule = ignorezero,swaync-control-center
layerrule = blur,logout_dialog


windowrulev2 = float, class:^(org.freedesktop.impl.portal.desktop.gtk)$
windowrulev2 = center, class:^(org.freedesktop.impl.portal.desktop.gtk)$
#windowrulev2 = size 70% 70%, class:^(org.freedesktop.impl.portal.desktop.gtk)$
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

size rule is commented out - is it expected?


windowrulev2 = float, class:^(org.freedesktop.impl.portal.desktop.hyprland)$
windowrulev2 = center, class:^(org.freedesktop.impl.portal.desktop.hyprland)$
#windowrulev2 = size 70% 70%, class:^(org.freedesktop.impl.portal.desktop.hyprland)$
5 changes: 5 additions & 0 deletions Configs/.local/share/hypr/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ layerrule = ignorezero,logout_dialog
layerrule = blur,waybar
layerrule = ignorezero,waybar


# Fix file chooser dialogs opening off-screen
windowrulev2 = float, class:^([Xx]dg-desktop-portal-gtk)$
windowrulev2 = center, class:^([Xx]dg-desktop-portal-gtk)$
#windowrulev2 = size 70% 70%, class:^([Xx]dg-desktop-portal-gtk)$
7 changes: 7 additions & 0 deletions Scripts/migrations/v25.9.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env sh

echo "Replacing rofi-wayland to rofi"

sudo pacman -Sy
sudo pacman -Rns --noconfirm rofi-wayland
sudo pacman -S --noconfirm rofi
4 changes: 2 additions & 2 deletions Scripts/pkg_core.lst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ qt5-graphicaleffects # for sddm theme effects
# --------------------------------------------------- // Window Manager
hyprland # wlroots-based wayland compositor
dunst # notification daemon
rofi-wayland # application launcher
rofi # application launcher
waybar # system bar
swww # wallpaper
hyprlock # lock screen
Expand Down Expand Up @@ -77,7 +77,7 @@ fzf # Command-line fuzzy find

# --------------------------------------------------- // Shell
starship|zsh # customizable shell prompt written in Rust
# starship-git # The cross-shell prompt for astronauts
# starship-git # The cross-shell prompt for astronauts
eza|fish # file lister for fish
starship|fish # customizable shell prompt
duf|fish # prettier version of df for fish
Expand Down