StumpWM: Switched default keyboard layout to de
This commit is contained in:
parent
2c7e29a597
commit
26f449cc9a
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
||||||
|
|
||||||
(in-package :stumpwm)
|
(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
|
;; creating or rename groups
|
||||||
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
||||||
|
|
Loading…
Reference in a new issue