diff --git a/source/rofi.c b/source/rofi.c index acc95107..74b2f5f6 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -573,6 +573,9 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data ) return G_SOURCE_REMOVE; } } + else if ( find_arg ( "-show" ) >= 0 && num_modi > 0 ) { + run_switcher ( 0 ); + } else{ // Daemon mode fprintf ( stderr, "Rofi daemon mode is now removed.\n" );