1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Easy switching of keymaps

This commit is contained in:
Valentin Brandl 2019-04-28 20:47:57 +02:00
parent def75aac85
commit 34cb4ecb9f
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -256,7 +256,12 @@ exec_always feh --bg-scale /home/me/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 -option 'grp:alt_shift_toggle'
# start polybar
exec_always --no-startup-id ~/bin/polybar.sh &
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
# vim: set filetype=conf ts=4 sw=2 tw=120 et :