Translations:Tutorials/Using Other Window Managers with Plasma/35/uk: Difference between revisions
(Created page with "Деякі з правил керування вікнами i3 уможливлюють використання вікон сповіщення та інших вікон П...") |
No edit summary |
||
Line 10: | Line 10: | ||
for_window [class="Plasmoidviewer"] floating enable; border none | 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, no_focus | |||
</nowiki>}} | </nowiki>}} |
Latest revision as of 15:28, 13 July 2019
Деякі з правил керування вікнами i3 уможливлюють використання вікон сповіщення та інших вікон Плазми як звичайних рухомих вікон:
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