Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
legop3 opened this issue Aug 1, 2021 · 4 comments
Open

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

legop3 opened this issue Aug 1, 2021 · 4 comments

Comments

@legop3
Copy link

legop3 commented Aug 1, 2021

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
Copy link

tinysea commented Oct 28, 2021

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
Copy link
Contributor

Hi-Angel commented Aug 5, 2022

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 added a commit to Hi-Angel/i3-and-kde-plasma that referenced this issue Sep 3, 2022
As it stands, locations where notifications appear is somewhat random
and depends on screen size. To circumvent that problem we place
notification using percents of the screen rather than the absolute size
that may vary.

Related: heckelson#13
@Hi-Angel
Copy link
Contributor

Hi-Angel commented Sep 3, 2022

@legop3 can you please test the setup mentioned here #33 I presume it should help with your problem

@Hi-Angel
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants