Jump to content

Translations:Tutorials/Using Other Window Managers with Plasma/74/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "Визначення позиції показу сповіщень може бути непростою сравою, оскільки не усі сповіщення маю..."
 
(No difference)

Latest revision as of 19:33, 26 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tutorials/Using Other Window Managers with Plasma)
Notification positioning can be tricky, since not all notifications have the same size depending on their content. You can also use coordinates positioning, knowing your screen resolution. For example, for a 1920x1080 screen and notifications in the top-right corner we can use:{{Input|1=<nowiki>
for_window [class="plasmashell" window_type="notification"] floating enable, border none, move position 1450px 20px
</nowiki>}}

Визначення позиції показу сповіщень може бути непростою сравою, оскільки не усі сповіщення мають однакові розміри (розміри можуть залежати від вмісту). Ви також можете скористатися позиціюванням за координатами, якщо знаєте роздільну здатність екрана. Наприклад, для екрана 1920x1080 і сповіщень у верхньому правому куті ви можете скористатися таким кодом:

for_window [class="plasmashell" window_type="notification"] floating enable, border none, move position 1450px 20px