polybar-themes icon indicating copy to clipboard operation
polybar-themes copied to clipboard

[cuts] IPC issue on i3

Open jay-tux opened this issue 2 years ago • 1 comments

None of the mouse actions (click, scroll, ...) are working when I start the bar with i3, like this (~/.config/i3/config):

exec_always --no-startup-id $HOME/.config/polybar/launch.sh --cuts

However, when I start the polybar later, using the command below; all the mouse actions work...

$HOME/.config/polybar/launch.sh --cuts

How to fix?

jay-tux avatar Feb 24 '22 10:02 jay-tux

Try to change using bash

exec_always --no-startup-id "bash $HOME/.config/polybar/launch.sh --cuts"

this work fine at least for me.

setyawanfa avatar Jul 17 '22 13:07 setyawanfa

Solved?

adi1090x avatar Aug 25 '22 05:08 adi1090x

In the end, I didn't really have to change anything... It just magically worked again

jay-tux avatar Aug 28 '22 12:08 jay-tux