Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
grm34 committed Apr 22, 2020
2 parents 537c35b + 5c662cd commit eb5597f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions archboot
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ if [[ -n ${DESKTOP+x} ]]; then
_wget ${URL}/src/apps/desktop_apps # to get Desktop apps
_wget ${URL}/src/apps/display_apps # to get Display Manager apps
_wget ${URL}/src/apps/gpu_apps # to get GPU Driver apps
_wget ${URL}/conf/00-keyboard.conf # to set keyboard layout

# Import desktop sources
_info "Importing desktop sources"
Expand Down
1 change: 0 additions & 1 deletion src/arch/desktop
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ _configure_desktop_environment() {

# Xorg keyboard layout
_info "Setting keyboard layout to ${KEYMAP^^}"
_wget ${URL}/conf/00-keyboard.conf
sed -i -e "s/keymap_code/${KEYMAP}/g" 00-keyboard.conf
mv -v 00-keyboard.conf /mnt/etc/X11/xorg.conf.d/00-keyboard.conf
echo "done"
Expand Down

0 comments on commit eb5597f

Please sign in to comment.