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

notifications are halfway off of the right side of the screen. #13

Open legop3 opened 3 years ago

legop3 commented 3 years ago

image

all of my notifications are showing up like this power management one is. changing the notification location in KDE settings does nothing. is there a way to fix it? what could be causing it?

tinysea commented 2 years ago

in ~/.config/i3/config replace the line for_window [class="plasmashell" window_type="notification"] border none, move right 700px, move down 450px with for_window [class="plasmashell" window_type="notification"] border none or try to change values move right 700px, move down 450px

Hi-Angel commented 2 years ago

Note that you can also specify position in percents relative to the screen edge, so the following works for me:

for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt
Hi-Angel commented 2 years ago

@legop3 can you please test the setup mentioned here https://github.com/heckelson/i3-and-kde-plasma/pull/33 I presume it should help with your problem

Hi-Angel commented 1 year ago

I suggest this issue should be closed. The commit presumably fixed it and the OP doesn't answer, so I don't think there's anything else we can do.