Skip to content

Commit

Permalink
update keyboard layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
eduuh committed Jun 17, 2024
1 parent c6d3006 commit 271eed3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions keyboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ if [ -f "$KEYBOARD" ]; then
echo "Creating a new backup file"
sudo mv /usr/share/X11/xkb/symbols/us $KEYBOARD

ARCH=/usr/share/X11/xkb/symbols/us

if [ -f "$KEYBOARD" ]; then
echo "Removing existing hard link"
fi

echo "Creating a new hard Link"
sudo ln ./Arch/us $ARCH
sudo ln ./Systems/Linux/us /usr/share/X11/xkb/symbols/us

0 comments on commit 271eed3

Please sign in to comment.