Add ssh-askpass to pinned and focussed windows
This commit is contained in:
parent
89ab03e0f7
commit
66df68bd61
|
@ -241,13 +241,12 @@
|
||||||
in
|
in
|
||||||
(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
|
|
||||||
# Password prompts
|
# 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|ssh-askpass|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|ssh-askpass|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|ssh-askpass|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|ssh-askpass|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|ssh-askpass|gcr-prompter"
|
||||||
# PulseAudio, Network and Bluetooth control panels
|
# PulseAudio, Network and Bluetooth control panels
|
||||||
"float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
"float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
||||||
"size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
"size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"
|
||||||
|
|
Loading…
Reference in a new issue