diff --git a/README.md b/README.md index 0a0224d..577af1d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ List of my dot files and config files for my Arch Linux desktop setup. ## Programs - [Alacritty](https://github.com/alacritty/alacritty): Terminal emulator +- [Fuzzel](https://codeberg.org/dnkl/fuzzel): App launcher - [Ly](https://github.com/fairyglade/ly): Lightweight TUI (ncurses-like) display manager - [Mako](https://github.com/emersion/mako): Wayland notification daemon - [MPV](https://mpv.io/): MPV is a media player based on MPlayer @@ -12,4 +13,4 @@ List of my dot files and config files for my Arch Linux desktop setup. - [Swappy](https://github.com/jtheoof/swappy): Wayland native snapshot editing tool - [Sway](https://github.com/swaywm/sway): i3-compatible Wayland compositor - [Waybar](https://github.com/Alexays/Waybar): Wayland bar for Sway -- [Wofi](https://hg.sr.ht/~scoopta/wofi): Launcher program for wlroots compositors \ No newline at end of file +- [Wofi](https://hg.sr.ht/~scoopta/wofi): Launcher program for wlroots compositors. Deprecated, I use `fuzzel` instead. \ No newline at end of file diff --git a/fuzzel/fuzzel.ini b/fuzzel/fuzzel.ini new file mode 100644 index 0000000..10c72dc --- /dev/null +++ b/fuzzel/fuzzel.ini @@ -0,0 +1,29 @@ +[main] +dpi-aware = no +fields = name,generic,comment,categories,filename,keywords +terminal = alacritty +prompt = "> " +placeholder = "Search" +icons-enabled = yes +show-actions = yes +anchor = center +width = 94 +horizontal-pad = 5 +vertical-pad = 5 +inner-pad = 5 +line-height = 20 +exit-on-keyboard-focus-loss = yes +show-actions = yes +match-counter = yes + +[colors] +background = 383c4aff +text = ffffffff +# match = 9ece6aff +selection = 374969ff +selection-text = ffffffff +# border = 7aa2f7ff + +[border] +width = 0 +radius = 10 diff --git a/sway/config b/sway/config index 96c3b15..439c23a 100644 --- a/sway/config +++ b/sway/config @@ -27,7 +27,7 @@ set $term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu wofi --show drun -I | swaymsg +set $menu fuzzel | swaymsg # Wob configuration set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock