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:
teutat3s 2022-04-30 21:54:20 +00:00
commit 281d7b56b4

View file

@ -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"
''