Skip to content

Commit

Permalink
--keymap=clone: fix --nxagent check #208
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jan 2, 2020
1 parent cedeb4d commit 1a8f45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -6761,7 +6761,7 @@ check_option_interferences() { # check multiple option interferences, change se
;;
esac
[ "$Xkblayout" = "clone" ] && case $Xserver in
nxagent) ;;
--nxagent) ;;
*) Xkblayout="" ;;
esac
}
Expand Down

0 comments on commit 1a8f45b

Please sign in to comment.