Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
setxkbmap use -option flag setup option. Multiply options need multiply -option flag.
  • Loading branch information
jevank authored Apr 20, 2020
1 parent b9ccb2f commit 8ad8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appvm-scripts/etc/X11/xinit/xinitrc.d/qubes-keymap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set_keyboard_layout() {
fi

if [ -n "$KEYMAP_OPTIONS" ]; then
KEYMAP_OPTIONS="-options $KEYMAP_OPTIONS"
KEYMAP_OPTIONS="-option $KEYMAP_OPTIONS"
fi

# Set layout on all DISPLAY
Expand Down

0 comments on commit 8ad8fbe

Please sign in to comment.