1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Set eu layout by default

This commit is contained in:
Valentin Brandl 2019-08-12 18:06:17 +02:00
parent 7275d47abf
commit 2d356448a9
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -257,7 +257,7 @@ exec_always feh --bg-scale $HOME/Bilder/wallpaper/wall.png
exec_always conky -c ~/.conkyrc
# map esc to capslock
exec_always setxkbmap -option caps:escape
exec_always setxkbmap -layout 'de(nodeadkeys),eu'
exec_always setxkbmap -layout 'eu'
exec_always setxkbmap -option 'grp:alt_shift_toggle'
# start polybar
exec_always --no-startup-id ~/bin/polybar.sh &