Translations:Tutorials/Using Other Window Managers with Plasma/60/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
The following i3 window rules will help you with notifications and some other plasma windows: | The following i3 window rules will help you with notifications and some other plasma windows: | ||
{{Input|1=<nowiki>for_window [title="Desktop — Plasma"] kill | {{Input|1=<nowiki>for_window [title="Desktop — Plasma"] kill, floating enable, border none | ||
for_window [class="plasmashell"] floating enable | for_window [class="plasmashell"] floating enable | ||
for_window [class="Plasma"] floating enable | for_window [class="Plasma"] floating enable, border none | ||
for_window [title="plasma-desktop"] floating enable | for_window [title="plasma-desktop"] floating enable, border none | ||
for_window [title="win7"] floating enable | for_window [title="win7"] floating enable, border none | ||
for_window [class="krunner"] floating enable | for_window [class="krunner"] floating enable, border none | ||
for_window [class="Kmix"] floating enable | for_window [class="Kmix"] floating enable, border none | ||
for_window [class="Klipper"] floating enable | for_window [class="Klipper"] floating enable, border none | ||
for_window [class="Plasmoidviewer"] floating enable | for_window [class="Plasmoidviewer"] floating enable, border none | ||
for_window [class="(?i)*nextcloud*"] floating disable | for_window [class="(?i)*nextcloud*"] floating disable | ||
for_window [class="plasmashell" window_type="notification"] floating enable, border none, move right 700px, move down 450px | for_window [class="plasmashell" window_type="notification"] floating enable, border none, move right 700px, move down 450px | ||
no_focus [class="plasmashell" window_type="notification"] | no_focus [class="plasmashell" window_type="notification"] | ||
</nowiki>}} | </nowiki>}} |
Latest revision as of 22:59, 23 September 2022
The following i3 window rules will help you with notifications and some other plasma windows:
for_window [title="Desktop — Plasma"] kill, floating enable, border none for_window [class="plasmashell"] floating enable for_window [class="Plasma"] floating enable, border none for_window [title="plasma-desktop"] floating enable, border none for_window [title="win7"] floating enable, border none for_window [class="krunner"] floating enable, border none for_window [class="Kmix"] floating enable, border none for_window [class="Klipper"] floating enable, border none for_window [class="Plasmoidviewer"] floating enable, border none for_window [class="(?i)*nextcloud*"] floating disable for_window [class="plasmashell" window_type="notification"] floating enable, border none, move right 700px, move down 450px no_focus [class="plasmashell" window_type="notification"]