mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
commands: Allow changing resolution outside config load.
This commit is contained in:
parent
4fea92ef0c
commit
9b271573a9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue