Started using fzf-pass by ReekyMarko

There are still some issues with this. Primarily that it doesn't work
with the browserpass format. I will probably need to fork this to get
this to work.
This commit is contained in:
James Patrick 2020-05-15 12:15:58 -04:00
parent f2bf83a622
commit 161278221b
2 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,16 @@
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
set $ctrl Control
# Home row direction keys, like vim
set $left h
set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term kitty
set $menu bash ~/.config/sway/scripts/menu
set $gopass_menu bash ~/.config/sway/scripts/menu_gopass
set $pass_menu $term --class fzf-pass -e sh -c /usr/bin/fzf-pass
set $clipman_menu bash ~/.config/sway/scripts/menu_clipman
set $clipman_clear_menu bash ~/.config/sway/scripts/clipman_clear_menu
set $printscreen bash ~/.config/sway/scripts/printscreen
@ -24,6 +23,7 @@ for_window [class="mpv"] $PIP
for_window [class="pip"] $PIP
for_window [window_role="PictureInPicture"] $PIP
for_window [class="feh"] floating enabled ; border pixel 0
for_window [app_id="fzf-pass"] focus, floating enabled, border pixel 1
# Status Bar:
bar {

View File

@ -7,7 +7,7 @@ bindsym $mod+q kill
# start your launcher
bindsym $mod+space exec $menu
# gopass prompt
bindsym $mod+backslash exec $gopass_menu
bindsym $mod+backslash exec $pass_menu
# Clipboard management
bindsym $mod+Mod1+c exec $clipman_menu
bindsym $mod+Shift+Mod1+c exec $clipman_clear_menu