diff options
author | Amin Bandali <amin@aminb.org> | 2017-08-26 15:59:52 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-08-26 15:59:52 -0400 |
commit | 0010b50ae0ab59933544b85ffb5bb2e42850bb27 (patch) | |
tree | 9b217b9dc0007054f55a5832ec00d32ef34e42ec | |
parent | 304bcc2c50980ee3d75df0b320c4dfc41277288e (diff) | |
download | configs-0010b50ae0ab59933544b85ffb5bb2e42850bb27.tar.gz configs-0010b50ae0ab59933544b85ffb5bb2e42850bb27.tar.xz configs-0010b50ae0ab59933544b85ffb5bb2e42850bb27.zip |
Small rofi{,-pass} updates
-rw-r--r-- | rofi-pass/.config/rofi-pass/config | 5 | ||||
-rw-r--r-- | rofi/.config/rofi/config | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/rofi-pass/.config/rofi-pass/config b/rofi-pass/.config/rofi-pass/config index c532f59..277e690 100644 --- a/rofi-pass/.config/rofi-pass/config +++ b/rofi-pass/.config/rofi-pass/config @@ -3,7 +3,8 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@" + #rofi -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@" + rofi -i -no-auto-select "$@" } # xdotool needs the keyboard layout to be set using setxkbmap @@ -37,6 +38,7 @@ BROWSER='chromium' default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl auto_enter='false' notify='false' +default_autotype='user :tab pass' # color of the help messages # leave empty for autodetection @@ -47,6 +49,7 @@ help_color="#4872FF" clip=primary # Options for generating new password entries +# default_user is also used for password files that have no user field. default_user=aminb default_user2=aminban password_length=30 diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config index db39ff3..54afb77 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config @@ -1,8 +1,12 @@ ! rofi.font: Ubuntu Mono 10.5 -rofi.font: Inconsolata 12 +rofi.font: Inconsolata 16 ! rofi.font: Source Code Pro 11 rofi.modi: run,window -rofi.width: 640 +! rofi.width: 640 +rofi.width: 600 +rofi.location: 2 +rofi.yoffset: 200 rofi.monitor: -1 +rofi.lines: 7 rofi.theme: /usr/share/rofi/themes//gruvbox-light.rasi |