diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:29:23 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:29:23 +0530 |
| commit | 3dea3a1096e66838cc56113d326f1eab094d2c61 (patch) | |
| tree | 17c949915d7cc8b8a94df4981480b713c171a503 | |
| parent | acff7db5653effa3ff16da26dd6efa8778f49d2f (diff) | |
update
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index af7790b..ed0b520 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", "}'", "-e", "sway-launcher-desktop", NULL }; +static const char *menucmd[] = { "/etc/nixos/dist/run.sh", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; static const Key keys[] = { |
