rofi/meson_options.txt

5 lines
326 B
Meson
Raw Normal View History

option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
option('check', type: 'feature', description: 'Build and run libcheck-based tests')
2022-11-17 16:49:16 +00:00
option('imdkit', type: 'boolean', value: false, description: 'IMDKit support')