From 2d356448a9099ea387cd57bd3fc6c7029a2fcb9e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 12 Aug 2019 18:06:17 +0200 Subject: [PATCH] Set eu layout by default --- gui/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/i3/config b/gui/i3/config index 2cf31c0..875cfdc 100644 --- a/gui/i3/config +++ b/gui/i3/config @@ -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 &