Add package import of libnotify
This commit is contained in:
parent
d2f8f0537c
commit
c48e1c8a75
|
@ -10,6 +10,6 @@ self: with self; ''
|
||||||
next_layout=0;
|
next_layout=0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
notify-send "$next_layout"
|
${libnotify}/bin/notify-send "$next_layout"
|
||||||
${sway}/bin/swaymsg input '*' xkb_switch_layout "$next_layout"
|
${sway}/bin/swaymsg input '*' xkb_switch_layout "$next_layout"
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue