diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/sway/executable_power-menu.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_config/sway/executable_power-menu.sh b/dot_config/sway/executable_power-menu.sh index bb5cafa..999259c 100644 --- a/dot_config/sway/executable_power-menu.sh +++ b/dot_config/sway/executable_power-menu.sh @@ -8,7 +8,8 @@ choice=$(printf '%s\n' \ " Logout" \ " Reboot" \ " Poweroff" | - wofi --dmenu --hide-search --prompt='power' \ + wofi --dmenu --prompt='power' \ + --matching=fuzzy --insensitive \ --style "$HOME/.config/wofi/style.css") case "$choice" in |
