Show notification when changing keyboard layouts
This commit is contained in:
parent
e012a528e0
commit
304371b855
|
@ -10,5 +10,6 @@ self: with self; ''
|
||||||
next_layout=0;
|
next_layout=0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
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