aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
2021-07-22Add `gaps <type> <scope> toggle <px>` commandbR3iN
2021-07-07Update wlr_box includesSimon Ser
2021-06-22Revert "Add workspace {prev,next}_on_output --create"Ragnar Groot Koerkamp
2021-06-18Only call workspace_auto_back_and_forth when neededRagnar Groot Koerkamp
2021-06-18Move auto_back_and_forth logic out of workspace_switchRagnar Groot Koerkamp
2021-06-18Fix #6299 Disable auto_back_and_forth for next_on_outputRagnar Groot Koerkamp
2021-06-05sway: commands: exec: restore SIGPIPE before exec:ingDaniel Eklöf
2021-06-03config: Fix swaybar pango_markup inconsistencyDaniel Otero
2021-06-03Only defer seat attachment during initial startupBill Doyle
2021-05-10commands/exec: stop truncating >4095-byte commandsManuel Stoeckl
2021-05-10cmd_fullscreen: ignore fullscreen request on workspacesRonan Pigott
2021-04-22commands/exec_always: log error on execlp failureSimon Ser
2021-04-22Use execlp("sh") instead of execl("/bin/sh")Simon Ser
2021-04-18Prevent use-after-free on first bar subcommand errorMichael Weiser
2021-04-16cmd_fullscreen: allow fullscreen on fullscreen split containersRonan Pigott
2021-03-25Add toggle logic inside DPMS handlerIvan Fedotov
2021-02-25Fix for_window criteria and mouse button bindingsftilde
2021-02-25focus: beyond fullscreen when focused explicitlylbonn
2021-02-16container: Move pending state to state structKenny Levinsen
2021-02-14input: Only commit transactions when necessaryKenny Levinsen
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2021-01-04cmd_move: update container representation in sibling swapsRonan Pigott
2020-12-20commands/move: reset geometry of promoted containersRonan Pigott
2020-12-20commands/move: squash workspace after directional con moveRonan Pigott
2020-12-20commands/move: rework container_move_in_directionRonan Pigott
2020-12-20Revert "commands/move: maintain workspace_layout when moving"Ronan Pigott
2020-12-20commands/move: don't flatten on move; reap empty former parent insteadTudor Brindus
2020-12-20commands/layout: don't change the layout of workspaces with childrenRonan Pigott
2020-12-20container: don't split single childrenRonan Pigott
2020-12-06input/cursor: unhide cursor on synthetic inputTudor Brindus
2020-11-11tree/container: introduce `container_is_sticky[_or_child]` functionsTudor Brindus
2020-11-01commands/focus: force container warp when fulfilling `focus mode_toggle`Tudor Brindus
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-10-24commands/move: fix crash when moving sphsc childRonan Pigott
2020-10-22commands/resize: don't consider 1px resizes to be invalidDaniel De Graaf
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-10-11Add support for workspace_min_width bar option.Tarmack
2020-10-04commands/move: fix single-split escaping on moveTudor Brindus
2020-08-24exec: fix validation during config reloadKonstantin Pospelov
2020-08-03fix force_display_urgency_hint parsingRex Hackbro
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-07-30cmd/bar/colors: fix dereference of null pointerAntonin Décimo
2020-07-27Use wlr_output_layout_output_at to get output for move to cursorThayne McCombs
2020-07-27Keep windows in bounds on move to position mouseThayne McCombs
2020-07-21added ppt unit to move position commandNils Schulte
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte
2020-07-07Reload command now matches i3's implementationGeoffrey Casper
2020-07-03commands/move: maintain workspace_layout when movingTudor Brindus
2020-07-01commands/move: unwrap workspace container on move to new workspaceTudor Brindus
2020-06-19input_cmd_click_method: fix typo in error textTudor Brindus