mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
keymaps/install.sh: symlink xkb instead of installing in /usr/share
This commit is contained in:
parent
ed0ea4c650
commit
558046dcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
|
||||
|
||||
cat $BASE_PATH/pnx-us-se.map | gzip | sudo tee /usr/share/kbd/keymaps/i386/qwerty/pnx-us-se.map.gz > /dev/null
|
||||
sudo install $BASE_PATH/pnx-us-se /usr/share/X11/xkb/symbols
|
||||
ln -sfr $(realpath $BASE_PATH/../xkb) $HOME/.config/
|
||||
|
||||
sudo localectl --no-convert set-keymap pnx-us-se
|
||||
sudo localectl --no-convert set-x11-keymap pnx-us-se
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue