summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/rofi.c b/source/rofi.c
index adafeb9d..a4f73633 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -1105,6 +1105,9 @@ int main ( int argc, char *argv[] )
if ( find_arg_uint ( "-record-screenshots", &interval ) ) {
g_timeout_add ( 1000 / (double) interval, record, NULL );
}
+ if ( find_arg ( "-benchmark-ui" ) >= 0 ) {
+ config.benchmark_ui = TRUE;
+ }
rofi_view_workers_initialize ();
rofi_icon_fetcher_init ( );