aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
2018-08-25Workspace move cycleArmin Preiml
2018-08-25Merge pull request #2510 from RyanDwyer/relocate-layout-functionsDrew DeVault
2018-08-25Merge branch 'master' into commandsRyan Dwyer
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-20commands: implement move absoluteIan Fan
2018-08-20Send output enter/leave events correctlyRyan Dwyer
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-18commands: move newly-stickied containers to focused workspaceIan Fan
2018-08-18commands: prevent focusing mode with no containersIan Fan
2018-08-18commands: complete assign commandIan Fan
2018-08-18commands: saner workspace number handlingIan Fan
2018-08-18commands: handle quoted exec commandIan Fan
2018-08-18commands: fix documentation formatting mistakes for move commandIan Fan
2018-08-18commands: require set variable to start with $Ian Fan
2018-08-18commands: add nopIan Fan
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-17Refactor seat_get_focus functionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-10Implement resize set <width> <height> for tiled containersRyan Dwyer
2018-08-10Implement resize grow|shrink <direction> <amount> for tiled containersRyan Dwyer
2018-08-08Don't call swaynag_log for bg when not readingBrian Ashworth
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer
2018-08-07Fix crash when running `move container to workspace back_and_forth`Ryan Dwyer
2018-08-06Merge branch 'master' into workspace-move-to-outputBrian Ashworth
2018-08-07Move workspace moving code out of container_move_toRyan Dwyer
2018-08-06commands: fix workspace edge casesIan Fan
2018-08-06commands: check for special workspaces in workspace & move commandsIan Fan
2018-08-06commands: add optional flags to moveIan Fan
2018-08-06commands: complete workspace implementationIan Fan
2018-08-06commands: fix layout implementation (also better name for previous split layout)Ian Fan
2018-08-06commands: complete move implementationIan Fan
2018-08-06commands: complete layout implementationIan Fan
2018-08-04Move workspace pid code to root.cRyan Dwyer
2018-08-04Separate root-related codeRyan Dwyer
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth
2018-08-03Show swaynag on config errorsBrian Ashworth
2018-08-03Deny "move container" when an empty workspace is focusedRyan Dwyer
2018-08-02Merge pull request #2404 from RyanDwyer/move-containers-when-workspace-focusedDrew DeVault
2018-08-02Reset signal mask after forkMarien Zwart
2018-08-02Allow moving containers when workspace itself is focusedRyan Dwyer
2018-08-01ipc: prevent emitting a workspace::focus event when moving a container to a d...Ian Fan
2018-08-01ipc: add workspace::reload eventIan Fan
2018-08-01ipc: add binding eventIan Fan
2018-08-01ipc: add window::mark eventIan Fan
2018-08-01ipc: add barconfig_update event on config reloadIan Fan