diff options
Diffstat (limited to 'desktop/dwl/sbo-patches/use-fuzzel.patch')
-rw-r--r-- | desktop/dwl/sbo-patches/use-fuzzel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/dwl/sbo-patches/use-fuzzel.patch b/desktop/dwl/sbo-patches/use-fuzzel.patch new file mode 100644 index 0000000000000..97fa1589f1f0b --- /dev/null +++ b/desktop/dwl/sbo-patches/use-fuzzel.patch @@ -0,0 +1,11 @@ +--- a/config.def.h 2022-05-12 00:58:25.427926600 -0300 ++++ b/config.def.h 2022-05-13 23:31:21.236290183 -0300 +@@ -64,7 +64,7 @@ + + /* commands */ + static const char *termcmd[] = { "alacritty", NULL }; +-static const char *menucmd[] = { "bemenu-run", NULL }; ++static const char *menucmd[] = { "fuzzel", NULL }; + + static const Key keys[] = { + /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ |