Closed sometimes-retro closed 3 years ago
I managed to fix the problem. It had to do with XFCE not registering changes in the .conf
file without actually killing the xfwm4
process and allowing it to restart.
Instructions to Fix the Issue Tested and working on Fedora 33 with XFCE 4.14
killall conky
~/.config/conky/conky.conf
in a text editor and set own_window_type
to dock
killall xfwm4
(the xfwm4
process should terminate and then automatically restart).xfce4-settings-manager
> Notifications and then click "Show Preview" to have a notification pop up to test it).
Notifications in XFCE get pushed to the side of where conky is on the screen, even after repeatedly changing
.conf
settings relating to the window.Fedora 33 with XFCE 4.14
The relevant part of my
.conf
file (though I tweaked it a number of times, attempting to solve this issue and none of the changes helped):Is there something I'm missing in regards to the settings relating to the window, or is this a bug?
Note: I've tried a bunch of different settings for
own_window_type
-- including:desktop
,panel
, anddock
-- none of which give that space back to the notifications.