-
-
Notifications
You must be signed in to change notification settings - Fork 525
fix: center and resize file chooser,save,download dialogs in Hyprland #1216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
508c6fe
1354c1c
3b6055e
477be6c
a496cf7
a29c4ee
ae3cd89
d216ee0
423ac80
b4d7d8c
ee52a8a
6f9635b
90a31ac
182c771
2a03497
ad289c0
7c4c6e2
cba20a8
f84b4da
8f1546a
da9a985
f2a139d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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.) | ||
|
||
| - [@heeeeeeeeeeh](https://github.com/heeeeeeeeeeh/) | ||
|
|
||
| ## Testers | ||
|
|
@@ -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 | ||
|
||
| ======= | ||
| - [@Rohit8BitCoder](https://github.com/Rohit8BitCoder) - "Always learning, always building" | ||
|
|
||
Rohitd3v marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - [@Vu4ll](https://github.com/Vu4ll) | ||
|
|
||
| >>>>>>> 13abe65a (docs: add Rohit8BitCoder as Tester) | ||
|
||
| --- | ||
|
|
||
| ## 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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)$ | ||
|
||
|
|
||
| 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)$ | ||
| 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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: