projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
378dacd
)
rofi-pass tweaks
author
Amin Bandali
<amin@aminb.org>
Mon, 31 Jul 2017 00:40:45 +0000
(20:40 -0400)
committer
Amin Bandali
<amin@aminb.org>
Mon, 31 Jul 2017 00:40:45 +0000
(20:40 -0400)
rofi-pass/.config/rofi-pass/config
patch
|
blob
|
blame
|
history
diff --git
a/rofi-pass/.config/rofi-pass/config
b/rofi-pass/.config/rofi-pass/config
index
36b53ae
..
c532f59
100644
(file)
--- a/
rofi-pass/.config/rofi-pass/config
+++ b/
rofi-pass/.config/rofi-pass/config
@@
-3,11
+3,19
@@
# rofi command. Make sure to have "$@" as last argument
_rofi () {
# rofi command. Make sure to have "$@" as last argument
_rofi () {
- rofi -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
+ rofi -
no-auto-select -
kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
}
}
-# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
-#keyboard=us
+# xdotool needs the keyboard layout to be set using setxkbmap
+# You can do this in your autostart scripts (e.g. xinitrc)
+
+# If for some reason, you cannot do this, you can set the command here.
+# and set fix_layout to true
+fix_layout=false
+
+layout_cmd () {
+ setxkbmap us
+}
# fields to be used
URL_field='url'
# fields to be used
URL_field='url'