Add a rule for Choose an Application dialog
Forces the dialog to open in floating mode.
This commit is contained in:
parent
1b7c96ee50
commit
938d9d7eda
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ for_window [title="Copy Files"] floating enable;
|
||||||
for_window [title="Copy Files"] resize set 600 400
|
for_window [title="Copy Files"] resize set 600 400
|
||||||
for_window [title="Confirm to replace files"] floating enable;
|
for_window [title="Confirm to replace files"] floating enable;
|
||||||
for_window [title="Confirm to replace files"] move position center
|
for_window [title="Confirm to replace files"] move position center
|
||||||
|
for_window [title="Choose an Application"] floating enable
|
||||||
|
|
||||||
# apply mark for Xwayland and wayland native browser windows
|
# apply mark for Xwayland and wayland native browser windows
|
||||||
for_window [class="Chromium-browser"] mark Browser
|
for_window [class="Chromium-browser"] mark Browser
|
||||||
|
|
Loading…
Add table
Reference in a new issue