Merge pull request 'Show notification when changing keyboard layouts' (#73) from feature/keyboard-toggle-notify into main
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/73 Reviewed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
commit
281d7b56b4
|
@ -10,5 +10,6 @@ self: with self; ''
|
|||
next_layout=0;
|
||||
fi
|
||||
|
||||
${libnotify}/bin/notify-send "$next_layout"
|
||||
${sway}/bin/swaymsg input '*' xkb_switch_layout "$next_layout"
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue