only update keyboard settings if needed
This commit is contained in:
+3
-1
@@ -515,7 +515,9 @@ KEYMAP=de-latin1
|
|||||||
#+end_src
|
#+end_src
|
||||||
*** Xorg
|
*** Xorg
|
||||||
#+begin_src shell :tangle update.sh
|
#+begin_src shell :tangle update.sh
|
||||||
localectl set-x11-keymap --no-convert de
|
if ! localectl status | grep -q "X11 Layout.*de"; then
|
||||||
|
sudo localectl set-x11-keymap --no-convert de
|
||||||
|
fi
|
||||||
#+end_src
|
#+end_src
|
||||||
* Desktop Environments and Window Manager
|
* Desktop Environments and Window Manager
|
||||||
** [[https://wiki.archlinux.org/title/LightDM][LightDM]]
|
** [[https://wiki.archlinux.org/title/LightDM][LightDM]]
|
||||||
|
|||||||
Reference in New Issue
Block a user