This commit is contained in:
illiliti
2020-09-10 22:53:39 +03:00
parent 4f94d6e40c
commit ee6fea9a50
26 changed files with 226 additions and 295 deletions

View File

@@ -3,8 +3,7 @@
#
# false positive
# shellcheck disable=2154
{
[ "$break" = keymap ] && { print "break before run_keymap()"; sh; }
loadkmap < "$keymap_path"
}
[ "$break" = keymap ] && { print "break before keymap.init"; sh; }
loadkmap < "$keymap_path"