Skip to content

Commit

Permalink
Workaround for weird xkbcomp bug (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Mar 10, 2018
1 parent ec88944 commit 445aa85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/xkb/run-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ setxkbmap \
| xkbcomp \
-w "$warning_level" \
-I"$xkb_dir" \
- "$DISPLAY"
-o /tmp/temp.xkb \
- -xkb
xkbcomp /tmp/temp.xkb -w "$warning_level" -o "$DISPLAY"
rm /tmp/temp.xkb

"$xkb_dir/scripts/install-xcompose.sh" "$layout"

0 comments on commit 445aa85

Please sign in to comment.