Fix width. Don't declare fuzzy match globally.
This commit is contained in:
parent
4aecd1c582
commit
5c197290bf
|
@ -1,11 +1,10 @@
|
||||||
# Functions
|
# Functions
|
||||||
drun-launch=true
|
drun-launch=true
|
||||||
fuzzy-match=true
|
|
||||||
terminal="alacritty --config-file /var/home/.dotfiles/alacritty/host.toml -e"
|
terminal="alacritty --config-file /var/home/.dotfiles/alacritty/host.toml -e"
|
||||||
|
|
||||||
# Box
|
# Box
|
||||||
anchor=left
|
anchor=left
|
||||||
width=300px
|
width=300
|
||||||
|
|
||||||
# Spacing
|
# Spacing
|
||||||
padding-top=0
|
padding-top=0
|
||||||
|
|
Loading…
Reference in New Issue