heckelson / i3-and-kde-plasma

How to install the i3 window manager on KDE
GNU General Public License v3.0
854 stars 34 forks source link

Notification position messed up #24

Open kanishkanarch opened 2 years ago

kanishkanarch commented 2 years ago

Hey, thank you for making this guide, really helpful. The notifications are a little bit off, sometimes they go at the top (the position I have set for them in KDE) and sometimes they go at the bottom (Please see the following image)

image

EduardoRT commented 2 years ago

It's even worse in HiDPI displays

image
julopezc-acciona commented 1 year ago

I don't know if there is a better way to handle this, but I use the following setup for both high DPI screens and (relatively) low DPI to appear at right bottom:

for_window [class="plasmashell" window_type="notification"] border none, move right 40ppt, move down 40ppt

It almost perfectly works on low DPI and it's a little bit more centered in high DPI screens but it's okay to me.