diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:21:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:21:48 +0530 |
| commit | acfe86f5df60bfac2648d24991dd357cb3b146a2 (patch) | |
| tree | 97a7257f1c13e6f06dd5a1475a9159a58608bc66 /config.def.h | |
| parent | 3a034355abd4a975ed1a29aa054befaf35a0988a (diff) | |
update runner
Diffstat (limited to 'config.def.h')
| -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 ed0b520..f568562 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[] = { "/etc/nixos/dist/run.sh", NULL }; +static const char *menucmd[] = { "alacritty", "--title", "float", "-o", "'window.dimensions = { columns = 80, lines = 40 }'", NULL }; static const char *lockcmd[] = { "swaylock", NULL }; static const Key keys[] = { |
