Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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'"
Comment

PREVIOUS NEXT
Code Example
Shell :: kali linux gui for wsl2 
Shell :: how to check date is older than x days in shell script 
Shell :: vscode terminal shell font broken 
Shell :: download specific folder from git 
Shell :: pushing image to docker hub 
Shell :: push only one commit git 
Shell :: windows run powershell script from task scheduler 
Shell :: get the latest from remote git 
Shell :: linux change user shell /bin/false 
Shell :: Run shell script with typescript 
Shell :: github 
Shell :: How to install LAMP in CentOs? 
Shell :: first 3 lines of a file 
Shell :: linux zip all folders except one 
Shell :: how to revert last pushed commit 
Shell :: copy remote ssh key mac 
Shell :: git clone a specific release 
Shell :: ubuntu vs lubuntu 
Shell :: homebrew without sudo mac 
Shell :: git create local branch 
Shell :: convert dos to unix 
Shell :: linux keyboard layout cli 
Shell :: grep recursive filename matching 
Shell :: search a word in a text using grep in Linux 
Shell :: rename branch remote 
Shell :: how to push to new branch in github 
Shell :: on hotspot and wifi at the same time arch linux 
Shell :: run existing image docker 
Shell :: how to reduce the size of an image in linux 
Shell :: cmd echo without newline 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =