summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 20:57:42 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 20:57:42 +0200
commit563dc8dafde2b11379f99777931b34d0e5f8ecdd (patch)
tree7780e9b7041b04ceaeab4cf04d17f950cd328a10 /source/rofi.c
parent2953e3cb1f92eb34bc8f9293be413e34f0d864cd (diff)
Fix alternate separator
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 0c47b753..e4e3ccbe 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -611,7 +611,7 @@ static int add_mode ( const char * token )
}
static void setup_modi ( void )
{
- const char *const sep = ",/";
+ const char *const sep = ",#";
char *savept = NULL;
// Make a copy, as strtok will modify it.
char *switcher_str = g_strdup ( config.modi );