Skip to content

Commit

Permalink
qubes-keymap.sh: Avoid xkb option accumulation
Browse files Browse the repository at this point in the history
QubesOS/qubes-issues#8230
(cherry picked from commit 4b6956e)
  • Loading branch information
solardiz authored and marmarek committed Jul 21, 2023
1 parent 1185cc6 commit c2cf6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appvm-scripts/usr/lib/qubes/qubes-keymap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set_keyboard_layout() {
fi

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

# Set layout on all DISPLAY
Expand Down

0 comments on commit c2cf6ae

Please sign in to comment.