Horje
change the keyboard language in i3wm Code Example
change the keyboard language in i3wm
You can use setxkbmap:

setxkbmap -layout us,de
setxkbmap -option 'grp:alt_shift_toggle'

Just change the keyboard layouts us,de to what ever you prefer.
If you want i3 to run these commands on startup, just add them to your config file "~/.i3/config" and prepend "exec".

exec "setxkbmap -layout us,de"
exec "setxkbmap -option 'grp:alt_shift_toggle'"




Shell

Related
install drush ubuntu 20.04 Code Example install drush ubuntu 20.04 Code Example
mportError: bad magic number in 'npyscreen': b'\x03\xf3\r\n' Code Example mportError: bad magic number in 'npyscreen': b'\x03\xf3\r\n' Code Example
rsync vs scp speed Code Example rsync vs scp speed Code Example
To install latest version of something with pip in python Code Example To install latest version of something with pip in python Code Example
ubuntu unbind port Code Example ubuntu unbind port Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9