commit 9b271573a9c5b4f55a1625435aa01de0539f3333
parent 4fea92ef0ce38661156e8605211b5a7fa9550745
Author: S. Christoffer Eliesen <christoffer@eliesen.no>
Date: Thu, 22 Oct 2015 00:15:23 +0200
commands: Allow changing resolution outside config load.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/commands.c b/sway/commands.c
@@ -561,7 +561,6 @@ static enum cmd_status cmd_orientation(int argc, char **argv) {
}
static enum cmd_status cmd_output(int argc, char **argv) {
- if (!config->reading) return CMD_FAILURE;
if (!checkarg(argc, "output", EXPECTED_AT_LEAST, 1)) {
return CMD_FAILURE;
}