summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-01-27 22:15:05 +0100
committerQC <qball@gmpclient.org>2014-01-27 22:15:33 +0100
commit8508c73b12cb36221b227172c1e5843e92850d6b (patch)
tree668bd1c0904df74d6cbf0b8c6ba5a4cb564b0899 /config
parentf1b1bd0b31bb5f71e1b817eb6d95599bd34ba638 (diff)
Add switch_profile.sh mode
Diffstat (limited to 'config')
-rw-r--r--config/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.c b/config/config.c
index d28b06a6..66cfd78f 100644
--- a/config/config.c
+++ b/config/config.c
@@ -51,7 +51,7 @@ Settings config = {
.menu_hlbg = "#005577",
// Border color.
.menu_bc = "black",
- // Directly select when only 1 choice is left
+ // Directly select when only 1 choice is left
.zeltak_mode = 0,
// Terminal to use. (for ssh and open in terminal)
.terminal_emulator = "x-terminal-emulator",
@@ -64,7 +64,7 @@ Settings config = {
#ifdef I3
.mark_key = "mod1+F5",
#endif
- // Location of the window. CENTER, NORTH_WEST, NORTH,NORTH_EAST, etc.
+ // Location of the window. CENTER, NORTH_WEST, NORTH,NORTH_EAST, etc.
.location = CENTER,
// Mode of window, list (Vertical) or dmenu like (Horizontal)
.wmode = VERTICAL,