mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
config: Only default-enable window mode if built
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
7db9cb6493
commit
67db30ad05
1 changed files with 4 additions and 0 deletions
|
@ -35,7 +35,11 @@
|
|||
Settings config = {
|
||||
/** List of enabled modi. */
|
||||
/** -modi */
|
||||
#ifdef WINDOW_MODE
|
||||
.modi = "window,run,ssh",
|
||||
#else
|
||||
.modi = "run,ssh",
|
||||
#endif
|
||||
/** Border width around the window. */
|
||||
.menu_bw = 1,
|
||||
/** The width of the switcher. (0100 in % > 100 in pixels) */
|
||||
|
|
Loading…
Reference in a new issue