Move keyboard layout to i3 conf

This commit is contained in:
Marco Thomas
2021-08-11 15:54:47 +02:00
parent cbf4db6030
commit e0d352ec54
2 changed files with 3 additions and 2 deletions

View File

@@ -139,5 +139,8 @@ exec --no-startup-id $HOME/.screenlayout/layout.sh
# set wallpaper
exec --no-startup-id $HOME/scripts/wallpaper.sh
# set keyboard layout
exec --no-startup-id "setxkbmap -layout za"
# set X things
exec --no-startup-id "xrdb -merge $HOME/.Xresources"

View File

@@ -1,7 +1,5 @@
#!/bin/sh
setxkbmap -layout za
fcitx5 -d &
nextcloud &
nm-applet &