mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Easy switching of keymaps
This commit is contained in:
parent
def75aac85
commit
34cb4ecb9f
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user