Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 662  / 2 Years ago, thu, november 10, 2022, 7:56:35

When I set conky alignment to 'middle_right', it starts acting an another window and when I maximise other windows, e.g. firefox, it stops and touches with conky boundary.


conky panel


More From » window

 Answers
1

According to the own_window_type variable description in conky documentation:



if own_window is yes, you may specify type normal, desktop, dock,
panel or override (default: normal). Desktop windows are special
windows that have no window decorations; are always visible on your
desktop; do not appear in your pager or taskbar; and are sticky across
all workspaces. Panel windows reserve space along a desktop edge, just
like panels and taskbars, preventing maximized windows from
overlapping them. The edge is chosen based on the alignment option.
Override windows are not under the control of the window manager.
Hints are ignored. This type of window can be useful for certain
situations.



The use of panel value for the variable own_window_type leads to the undesired behavior.
The value to use for your purpose is normal, so that your conky configuration must have the following lines:


own_window yes
own_window_type normal

[#1633] Friday, November 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
warrdel

Total Points: 356
Total Questions: 103
Total Answers: 118

Location: Bangladesh
Member since Sat, Jan 23, 2021
3 Years ago
;