Show notification when changing keyboard layouts

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

View file

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