diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 19:50:33 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 19:50:33 -0500 |
| commit | a9d2482317687986785def48488353106ec218e8 (patch) | |
| tree | 49d8dd5389bf93c1c3e8433a180aee616f03ae8c | |
| parent | c56dd1014f1f50c9d548b38798509b46e7176a6b (diff) | |
fix(bin): avoid leftover shell process in wmenu.sh
| -rwxr-xr-x | bin/wmenu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wmenu.sh b/bin/wmenu.sh index 20b2e79..abefb1c 100755 --- a/bin/wmenu.sh +++ b/bin/wmenu.sh @@ -1,5 +1,5 @@ #!/bin/sh -wmenu \ +exec wmenu \ -N 1e2030 -n cad3f5 -M c6a0f6 -m 1e2030 -S 181926 -s c6a0f6 \ -f 'FiraCode Nerd Font 12' \ -l 20 \ |
