Fix float settings for polkit popup
Make somethings not floating that don't need to be (thunar, swayimg, nx)
This commit is contained in:
parent
f8767473cd
commit
7894bf6254
|
@ -130,22 +130,18 @@ in ''
|
|||
layerrule = ignorealpha 0.3, $layers
|
||||
|
||||
# Window rules
|
||||
windowrule = float,(org.kde.polkit-kde-authentication-agent-1d|Pinentry)
|
||||
windowrule = center,(org.kde.polkit-kde-authentication-agent-1d|Pinentry)
|
||||
windowrule = float,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
||||
windowrule = center,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
||||
windowrule = pin,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
||||
windowrule = dimaround,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
||||
windowrule = stayfocused,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
||||
windowrule = float,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor|thunar)
|
||||
windowrule = size 800 600,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor|thunar)
|
||||
windowrule = float,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
||||
windowrule = size 800 600,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
||||
windowrule = move onscreen 100%-820 60,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
||||
windowrule = float,(swayimg)(.*)
|
||||
windowrule = nomaximizerequest,(libreoffice|soffice)(.*)
|
||||
windowrule = nofullscreenrequest, (libreoffice|soffice)(.*)
|
||||
windowrule = nofullscreenrequest,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = nomaximizerequest,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = float,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = minsize 1280 720,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrule = maxsize 1920 1080,(org.remmina.Remmina|Nxplayer.bin)
|
||||
windowrulev2 = float,title:(Picture-in-Picture|Library),class:(firefox)
|
||||
windowrulev2 = size 750 400,title:(Picture-in-Picture),class:(firefox)
|
||||
windowrulev2 = size 800 800,title:(Library),class:(firefox)
|
||||
|
@ -224,8 +220,7 @@ in ''
|
|||
bind = SUPER, R, moveworkspacetomonitor, name:remote current
|
||||
bind = SUPER, R, workspace, name:remote
|
||||
bind = SUPER SHIFT, R, movetoworkspace, name:remote
|
||||
windowrule = workspace name:remote, (org.remmina.Remmina)
|
||||
windowrule = workspace name:remote, (Nxplayer.bin)
|
||||
windowrule = workspace name:remote, (org.remmina.Remmina|Nxplayer.bin)
|
||||
|
||||
# Special workspaces
|
||||
bind = SUPER, comma, workspace, m-1
|
||||
|
|
Loading…
Reference in a new issue