summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-03-22 21:04:19 +0100
committerQC <qball@gmpclient.org>2014-03-22 21:04:19 +0100
commitc87312be3607e0c459f2649736c1b7419eee42ae (patch)
tree0f8e73688884f4843a46ddc6b2a358d3fb4e6061 /config/config.c
parent4d37cf35dc0a64abf3ca0f672807dd94e01c02b0 (diff)
Indent o mania.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/config/config.c b/config/config.c
index ec8cdb69..4950dba5 100644
--- a/config/config.c
+++ b/config/config.c
@@ -30,41 +30,41 @@ Settings config = {
// Set the default window opacity.
// This option only works when running a composite manager.
// -o
- .window_opacity = 100,
+ .window_opacity = 100,
// Border width around the window.
- .menu_bw = 1,
+ .menu_bw = 1,
// The width of the switcher. (0-100 in % > 100 in pixels)
- .menu_width = 50,
+ .menu_width = 50,
// Maximum number of options to show.
- .menu_lines = 15,
+ .menu_lines = 15,
// Font
- .menu_font = "mono-12",
+ .menu_font = "mono-12",
// Foreground color
- .menu_fg = "#222222",
+ .menu_fg = "#222222",
// Background color
- .menu_bg = "#f2f1f0",
+ .menu_bg = "#f2f1f0",
// Foreground color (selected)
- .menu_hlfg = "#ffffff",
+ .menu_hlfg = "#ffffff",
// Background color (selected)
- .menu_hlbg = "#005577",
+ .menu_hlbg = "#005577",
// Border color.
- .menu_bc = "black",
+ .menu_bc = "black",
// Directly select when only 1 choice is left
- .zeltak_mode = 0,
+ .zeltak_mode = 0,
// Terminal to use. (for ssh and open in terminal)
.terminal_emulator = "x-terminal-emulator",
#ifdef I3
// Auto-detected. no longer used.
- .i3_mode = 0,
+ .i3_mode = 0,
#endif
// Key binding
- .window_key = "F12",
- .run_key = "mod1+F2",
- .ssh_key = "mod1+F3",
+ .window_key = "F12",
+ .run_key = "mod1+F2",
+ .ssh_key = "mod1+F3",
// Location of the window. WL_CENTER, WL_NORTH_WEST, WL_NORTH,WL_NORTH_EAST, etc.
- .location = WL_CENTER,
+ .location = WL_CENTER,
// Mode of window, list (Vertical) or dmenu like (Horizontal)
- .wmode = VERTICAL,
+ .wmode = VERTICAL,
// Padding of the window.
- .padding = 5
+ .padding = 5
};