From acff7db5653effa3ff16da26dd6efa8778f49d2f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 10 Mar 2024 16:26:15 +0530 Subject: fix --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f568562..af7790b 100644 --- a/config.def.h +++ b/config.def.h @@ -133,7 +133,7 @@ static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL }; static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL }; static const char *termcmd[] = { "alacritty", NULL }; -static const char *menucmd[] = { "alacritty", "--title", "float", "-o", "'window.dimensions = { columns = 80, lines = 40 }'", NULL }; +static const char *menucmd[] = { "alacritty", "--title", "float", "-o", "'window.dimensions", "=", "{", "columns", "=", "80", "lines", "=", "40", "}'", "-e", "sway-launcher-desktop", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; static const Key keys[] = { -- cgit v1.2.3