You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a weird issue with calling dmenu from i3blocks script with -fn flag to set a font. Dmenu appears however does not respond to input nor does the rest of i3. It requires a tty switch and kill of i3 to resolve the issue. Even killing i3blocks doesn't fix the issue just leaves the bar blank but again no input registered, can't switch windows either. I can still move the mouse though but without ability to interact with windows.
Behavior is as expected left and right click bring up notifications, middle click brings up dmenu and result can be found
Change 2) echo "test" | dmenu -i -p "test prompt" ;; to 2) echo "test" | dmenu -i -fn "monospace" -p "test prompt" ;; to add the "broken" flag.
As a side-note when running this script as persist with a signal and running pkill -SIGRTMIN+6 (signal 6) to run and display the script the button actions do not work? My understanding was that button action would cause the script to run even with interval persist.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I have a weird issue with calling dmenu from i3blocks script with -fn flag to set a font. Dmenu appears however does not respond to input nor does the rest of i3. It requires a tty switch and kill of i3 to resolve the issue. Even killing i3blocks doesn't fix the issue just leaves the bar blank but again no input registered, can't switch windows either. I can still move the mouse though but without ability to interact with windows.
Steps to reproduce:
2) echo "test" | dmenu -i -p "test prompt" ;;
to2) echo "test" | dmenu -i -fn "monospace" -p "test prompt" ;;
to add the "broken" flag.As a side-note when running this script as persist with a signal and running
pkill -SIGRTMIN+6
(signal 6) to run and display the script the button actions do not work? My understanding was that button action would cause the script to run even with interval persist.Thanks.
The text was updated successfully, but these errors were encountered: