Skip to content

Commit

Permalink
qubes-keymap.sh: Avoid xkb option accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jul 12, 2023
1 parent 9021f67 commit 4b6956e
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 4b6956e

Please sign in to comment.