25.05: j4-dmenu-desktop use '--i3-ipc' flag

This commit is contained in:
Leonardo Eugênio 2025-05-24 01:10:18 -03:00
parent 707e8143a0
commit d353be3ce8
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -8,13 +8,10 @@
if test "$argv[1]" = "run"
test -n "$argv[2]" && set t "$argv[2]" || set t "terminal"
test -n "$i3SOCK" && set wrapper 'i3-msg exec --'
test -n "$SWAYSOCK" && set wrapper 'swaymsg exec --'
exec j4-dmenu-desktop \
--dmenu="bmenu start -p Iniciar:" \
--term "$t" \
--wrapper="$wrapper" \
--i3-ipc \
--no-generic
end