Translations:Tutorials/Using Other Window Managers with Plasma/35/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
Some i3 window rules help you to have | Some i3 window rules help you to have notifications and some other plasma windows as floating windows: | ||
{{Input|1=<nowiki>for_window [title="Desktop — Plasma"] kill; floating enable; border none | {{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; |
Revision as of 13:30, 15 March 2019
Some i3 window rules help you to have notifications and some other plasma windows as floating 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