View previous topic :: View next topic |
Author |
Message |
michi-monster Apprentice

Joined: 16 Aug 2016 Posts: 175 Location: Germany
|
Posted: Sat Mar 18, 2017 1:17 pm Post subject: setxkbmap - Does not remain active |
|
|
I have problems with the continuous setting of the Xkbmap layout. The setting is reset after entering the command line after a few secunds. The temporary setting works, but is very fast away again. I created a file according to wiki. Unfortunately, the keymap layout is not active after a boot.
Code: | less /etc/X11/xorg-conf.d/10-keyboard.conf
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "de"
EndSection |
EDIT: i tested it in Fluxbox. There its ok. _________________ www.edv-bildung.de |
|
Back to top |
|
 |
roboto Apprentice


Joined: 15 Feb 2017 Posts: 156 Location: My IP address.
|
Posted: Sat Mar 18, 2017 7:37 pm Post subject: |
|
|
If you use bash, put the following in ~/.bashrc
setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll dvorak
dvorak is the keyboard layout I use.
Substitute dvorak with the keyboard layout you use.
Xkbmap stays on for me.
Hope I helped. _________________ Answers please.
The true hater of man expects nothing from him and is indiscriminate to his works.
-Ayn Rand
Quote: | Dude. Minus 30 credibility points. |
Yep |
|
Back to top |
|
 |
|