diff options
Diffstat (limited to 'x11-wm/spectrwm/files/spawn_menu_atbottom.patch')
-rw-r--r-- | x11-wm/spectrwm/files/spawn_menu_atbottom.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch b/x11-wm/spectrwm/files/spawn_menu_atbottom.patch deleted file mode 100644 index 0a0b3dba412b..000000000000 --- a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- scrotwm.c.orig 2009-06-29 03:46:08.000000000 +0200 -+++ scrotwm.c 2009-06-28 10:07:24.000000000 +0200 -@@ -199,7 +200,7 @@ - char *spawn_lock[] = { "xlock", NULL }; - char *spawn_initscr[] = { "initscreen.sh", NULL }; - char *spawn_menu[] = { "dmenu_run", "-fn", NULL, "-nb", NULL, -- "-nf", NULL, "-sb", NULL, "-sf", NULL, NULL }; -+ "-nf", NULL, "-sb", NULL, "-sf", NULL, "-b", NULL }; - - #define SWM_MENU_FN (2) - #define SWM_MENU_NB (4) |