StumpWM: Switched default keyboard layout to de

This commit is contained in:
Marcel Kapfer 2019-04-06 07:46:34 +02:00
parent 2c7e29a597
commit 26f449cc9a
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
(in-package :stumpwm)
(defparameter *key-layout* "us -variant altgr-intl" "Stores the current key layout")
;; Other parameters
(defparameter *key-layout* "de" "Stores the current key layout")
;; creating or rename groups
(setf (group-name (first (screen-groups (current-screen)))) "web")