diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:12:18 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:12:18 +0300 |
commit | 3ca7d4387a6b8d80d1d92c25ee0023950e32139e (patch) | |
tree | b969498b362e2268e4b6693e5ae856034c309fd4 /.local | |
parent | 0112845c5c4b767c409c8ad22274b1dfe12208f4 (diff) |
chkb: Sort keyboard layouts alphabetically
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/chkb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb index b991ac0..4927564 100755 --- a/.local/bin/chkb +++ b/.local/bin/chkb @@ -2,7 +2,8 @@ set -e -export OSEL_GUI_FLAGS='-r "echo \"%s\" | cut -f2 | xargs echo -n"' +OSEL_GUI_FLAGS='-r "echo \"%s\" | cut -f2 | xargs echo -n"' +export OSEL_GUI_FLAGS="$OSEL_GUI_FLAGS -Oalphabetical" export OSEL_TERM_FLAGS='--with-nth=2..' if choice="` |