summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-14 10:41:35 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-14 10:41:35 -0500
commit5fbac4a17c925113160ecadb4a8ac243b0669a04 (patch)
treeb88cd68ce16825ca3627418ee096872347c7df01
parentMerge pull request #313 from mikkeloscar/bar-confing-subcommands (diff)
parentUse tabs instead of spaces (diff)
downloadsway-5fbac4a17c925113160ecadb4a8ac243b0669a04.tar.gz
sway-5fbac4a17c925113160ecadb4a8ac243b0669a04.tar.zst
sway-5fbac4a17c925113160ecadb4a8ac243b0669a04.zip
Merge pull request #315 from mikkeloscar/fix-whitespace
Use tabs instead of spaces
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 966362cc..bd3cf4e6 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -151,7 +151,7 @@ static char *get_config_path(void) {
151 "$XDG_CONFIG_HOME/sway/config", 151 "$XDG_CONFIG_HOME/sway/config",
152 "$HOME/.i3/config", 152 "$HOME/.i3/config",
153 "$XDG_CONFIG_HOME/i3/config", 153 "$XDG_CONFIG_HOME/i3/config",
154 FALLBACK_CONFIG_DIR "/config", 154 FALLBACK_CONFIG_DIR "/config",
155 "/etc/i3/config", 155 "/etc/i3/config",
156 }; 156 };
157 157