Add window rules for xdg-desktop-portal-gtk file picker dialog
This commit is contained in:
parent
a002d1a699
commit
150d16c150
|
@ -264,14 +264,20 @@
|
||||||
(lib.lists.forEach layers blur) ++ (lib.lists.forEach layers ignorealpha);
|
(lib.lists.forEach layers blur) ++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Float + move system windows
|
# Float + move system windows
|
||||||
|
# Password prompts
|
||||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
"center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
"dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
|
||||||
|
# Network and Bluetooth control panels
|
||||||
"float, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
"float, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
||||||
"size 800 600, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
"size 800 600, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
||||||
"move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
"move onscreen 100%-820 50,pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
||||||
|
# File picker dialog
|
||||||
|
"float, xdg-desktop-portal-gtk"
|
||||||
|
"size 800 600, xdg-desktop-portal-gtk"
|
||||||
|
"center, xdg-desktop-portal-gtk"
|
||||||
|
|
||||||
# PrismLauncher / Minecraft
|
# PrismLauncher / Minecraft
|
||||||
"float, org.prismlauncher.PrismLauncher"
|
"float, org.prismlauncher.PrismLauncher"
|
||||||
|
|
Loading…
Reference in a new issue