mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
config: Only default-enable window mode if built
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
5f9a668f25
commit
858462415a
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