From e1a580e7dc4c6e491f43e6760f69023890ba50c4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Feb 2022 23:52:37 -0300 Subject: [PATCH] fuzzel: Hacer fuzzel-run ejecutable --- .config/themer/fuzzel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/themer/fuzzel.sh b/.config/themer/fuzzel.sh index d3e3108..c42284f 100755 --- a/.config/themer/fuzzel.sh +++ b/.config/themer/fuzzel.sh @@ -61,3 +61,4 @@ exec fuzzel --terminal=footclient --font='monospace:size=11' \ --horizontal-pad=12 \ --border-width=1 --border-color=\${border}ff --border-radius=2 \"\$@\" " >> ~/.local/bin/fuzzel-run +chmod +x ~/.local/bin/fuzzel-run