Add package import of libnotify

This commit is contained in:
Benjamin Bädorf 2022-04-30 21:43:56 +02:00
parent d2f8f0537c
commit c48e1c8a75
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -10,6 +10,6 @@ self: with self; ''
next_layout=0;
fi
notify-send "$next_layout"
${libnotify}/bin/notify-send "$next_layout"
${sway}/bin/swaymsg input '*' xkb_switch_layout "$next_layout"
''