chore: add fuzzel
This commit is contained in:
parent
2e8a5da161
commit
2dac270063
@ -5,6 +5,7 @@ List of my dot files and config files for my Arch Linux desktop setup.
|
|||||||
## Programs
|
## Programs
|
||||||
|
|
||||||
- [Alacritty](https://github.com/alacritty/alacritty): Terminal emulator
|
- [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
|
- [Ly](https://github.com/fairyglade/ly): Lightweight TUI (ncurses-like) display manager
|
||||||
- [Mako](https://github.com/emersion/mako): Wayland notification daemon
|
- [Mako](https://github.com/emersion/mako): Wayland notification daemon
|
||||||
- [MPV](https://mpv.io/): MPV is a media player based on MPlayer
|
- [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
|
- [Swappy](https://github.com/jtheoof/swappy): Wayland native snapshot editing tool
|
||||||
- [Sway](https://github.com/swaywm/sway): i3-compatible Wayland compositor
|
- [Sway](https://github.com/swaywm/sway): i3-compatible Wayland compositor
|
||||||
- [Waybar](https://github.com/Alexays/Waybar): Wayland bar for Sway
|
- [Waybar](https://github.com/Alexays/Waybar): Wayland bar for Sway
|
||||||
- [Wofi](https://hg.sr.ht/~scoopta/wofi): Launcher program for wlroots compositors
|
- [Wofi](https://hg.sr.ht/~scoopta/wofi): Launcher program for wlroots compositors. Deprecated, I use `fuzzel` instead.
|
29
fuzzel/fuzzel.ini
Normal file
29
fuzzel/fuzzel.ini
Normal file
@ -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
|
@ -27,7 +27,7 @@ set $term alacritty
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# 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.
|
# on the original workspace that the command was run on.
|
||||||
set $menu wofi --show drun -I | swaymsg
|
set $menu fuzzel | swaymsg
|
||||||
|
|
||||||
# Wob configuration
|
# Wob configuration
|
||||||
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
|
set $WOBSOCK $XDG_RUNTIME_DIR/wob.sock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user