aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAkshay <[email protected]>2025-01-14 17:46:42 +0000
committerAkshay <[email protected]>2025-01-14 17:46:42 +0000
commitf2815e157fcdec51d59b791cb3f7d931014235ea (patch)
treeb06c85de4c6bfd490dae7e6dce81b13023efd21d /patches
parent5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff)
mantis: .
Diffstat (limited to 'patches')
-rw-r--r--patches/2bwm/nerd-patch.diff2
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---///