sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

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:
Msway/commands.c | 1-
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; }