[rofi] Fix keyboard layout of xdotool

This commit is contained in:
Sebastian Schulze 2018-08-10 22:37:24 +02:00
parent f343bae1f9
commit 2dedbe19b8
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@ count=2
# Possible options: primary, clipboard, both
clip=clipboard
# Fix keyboard layout
fix_layout=true
layout_cmd () {
setxkbmap de
}
# Custom Keybindings
autotype="Alt+1"
type_user="Alt+2"