aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/set.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-24 13:34:47 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-24 13:34:47 -0500
commit2154b7c7d623d99e2623f1928f6e77e95255a2d3 (patch)
treea57176801941d44a9bd6ac4e3d776f2f905a4f38 /sway/commands/set.c
parent7262bf655f7a19af1d4c8681be74d70bfc6b8911 (diff)
add config handlers
Diffstat (limited to 'sway/commands/set.c')
-rw-r--r--sway/commands/set.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/set.c b/sway/commands/set.c
index 856c73e7..84e9b792 100644
--- a/sway/commands/set.c
+++ b/sway/commands/set.c
@@ -27,7 +27,6 @@ void free_sway_variable(struct sway_variable *var) {
struct cmd_results *cmd_set(int argc, char **argv) {
char *tmp;
struct cmd_results *error = NULL;
- if (!config->reading) return cmd_results_new(CMD_FAILURE, "set", "Can only be used in config file.");
if ((error = checkarg(argc, "set", EXPECTED_AT_LEAST, 2))) {
return error;
}