cspeterson / splatmoji

Quickly look up and input emoji and/or emoticons/kaomoji on your GNU/Linux desktop via pop-up menu.
MIT License
208 stars 19 forks source link

In Gnome triple monitor setup, popup shows on wrong monitor #43

Open yz778 opened 2 years ago

yz778 commented 2 years ago

Using Ubuntu/Gnome with triple monitor setup, Splatmoji sometimes appears on wrong montior. This seems to be related to how rofi chooses the monitor to use in multi-window apps such as Chromium.

Default rofi_command in splatmoji is: rofi_command=rofi -dmenu -p '' -i -monitor -2

Fixed by overriding in ${HOME}/.config/splatmoji/splatmoji.config: rofi_command=rofi -dmenu -p '' -i -monitor -4

mallardduck commented 1 year ago

👍️ This seems to work for me on dual monitors too.