Add a rule for Removable medium dialog
Forces the dialog to open in floating mode.
This commit is contained in:
parent
938d9d7eda
commit
ce28901167
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ 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
|
for_window [title="Choose an Application"] floating enable
|
||||||
|
for_window [title="Removable medium is inserted"] 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