diff options
Diffstat (limited to 'patches/2bwm/nerd-patch.diff')
-rw-r--r-- | patches/2bwm/nerd-patch.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/2bwm/nerd-patch.diff b/patches/2bwm/nerd-patch.diff index 9e315be..cdb6a00 100644 --- a/patches/2bwm/nerd-patch.diff +++ b/patches/2bwm/nerd-patch.diff | |||
@@ -8,7 +8,7 @@ index 0985d2e..baa77f8 100644 | |||
8 | ///--Menus and Programs---/// | 8 | ///--Menus and Programs---/// |
9 | -static const char *menucmd[] = { "", NULL }; | 9 | -static const char *menucmd[] = { "", NULL }; |
10 | +// static const char *menucmd[] = { "", NULL }; | 10 | +// static const char *menucmd[] = { "", NULL }; |
11 | +static const char *terminal[] = { "st", NULL }; | 11 | +static const char *terminal[] = { "alacritty", NULL }; |
12 | +static const char *rofi_run[] = { "rofi", "-show", "combi" }; | 12 | +static const char *rofi_run[] = { "rofi", "-show", "combi" }; |
13 | +static const char *rofi_window[] = { "rofi", "-show", "window" }; | 13 | +static const char *rofi_window[] = { "rofi", "-show", "window" }; |
14 | ///--Custom foo---/// | 14 | ///--Custom foo---/// |