sway: Replace bemenu with fuzzel
This commit is contained in:
parent
33ebbc5097
commit
4a8a189f4c
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ set $down 45
|
||||||
set $up 46
|
set $up 46
|
||||||
set $right 47
|
set $right 47
|
||||||
set $term foot
|
set $term foot
|
||||||
set $menu j4-dmenu-desktop --dmenu="bemenu -i -l 10 -m all -p \"Application:\" --tf \#285577 --hf \#285577 --fn \"DejaVu Sans 15\"" --no-generic --term=foot --usage-log="$HOME/.cache/j4-dmenu-desktop.log"
|
set $menu j4-dmenu-desktop --dmenu="fuzzel --prompt '' --placeholder 'Search application'" --no-generic --term=foot --usage-log="$HOME/.cache/j4-dmenu-desktop.log"
|
||||||
|
|
||||||
### Font
|
### Font
|
||||||
font pango:DejaVu Sans Mono 9
|
font pango:DejaVu Sans Mono 9
|
||||||
|
|
@ -103,8 +103,8 @@ bindsym $mod+minus scratchpad show
|
||||||
bindsym Ctrl+space exec makoctl dismiss
|
bindsym Ctrl+space exec makoctl dismiss
|
||||||
bindsym Ctrl+Shift+space exec makoctl dismiss --all
|
bindsym Ctrl+Shift+space exec makoctl dismiss --all
|
||||||
|
|
||||||
# Passmenu
|
# Passwords
|
||||||
bindcode $mod+55 exec gopass ls --flat | bemenu -i -l 10 -m all -p Password: --fn "DejaVu Sans 12" | xargs --no-run-if-empty gopass show -c --nosync
|
bindcode $mod+55 exec gopass ls --flat | fuzzel --dmenu --prompt '' --placeholder 'Search password' --width 50 | xargs --no-run-if-empty gopass show -c --nosync
|
||||||
|
|
||||||
# Resizing containers
|
# Resizing containers
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue