parent
8470605c00
commit
2cbca1d659
3 changed files with 10 additions and 10 deletions
modules/desktop/environment/modules
|
@ -292,7 +292,7 @@ in {
|
|||
"sleep 3; ${getExe restartTailscale}"
|
||||
];
|
||||
|
||||
windowrulev2 =
|
||||
windowrule =
|
||||
[
|
||||
"tile, class:^(libreoffice)$"
|
||||
"float, class:^(org.gnome.Calculator)$"
|
||||
|
|
|
@ -80,13 +80,13 @@ in {
|
|||
];
|
||||
|
||||
windowrule = [
|
||||
"float,^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"size 741 288,^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"center,^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"float , class:^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"size 741 288, class:^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
"center , class:^(org.kde.polkit-kde-authentication-agent-1)$"
|
||||
|
||||
# For GParted auth
|
||||
"size 741 288,^(ssh-askpass)$"
|
||||
"move cursor -370 -144,^(ssh-askpass)$"
|
||||
"size 741 288 , class:^(ssh-askpass)$"
|
||||
"move cursor -370 -144, class:^(ssh-askpass)$"
|
||||
];
|
||||
|
||||
bind = map mkBind [
|
||||
|
|
Loading…
Add table
Reference in a new issue