aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* cmd/swap: error on swapping a container with itselfLibravatar Ronan Pigott2022-01-22
* treat fullscreen windows as 'tiled' for commands/focusLibravatar Patrick Hilhorst2022-01-21
* commands/move: Fix crash when pos_y is omittedLibravatar David962022-01-09
* Add focused_tab_titleLibravatar Vsevolod2021-12-10
* sway: replace noop_output by fallback_outputLibravatar Simon Zeni2021-11-25
* ipc: make `bar <bar_id> mode|hidden_state` behave as documentedLibravatar Aleksei Bavshin2021-11-25
* Add 'output render_bit_depth [8|10]' commandLibravatar Manuel Stoeckl2021-11-23
* Bump RLIMIT_NOFILELibravatar Simon Ser2021-10-30
* Add smart_gaps inverse_outer commandLibravatar bR3iN2021-10-29
* commands/focus: focus view inside containerLibravatar siikamiika2021-10-21
* Avoid unecessary font metric calculationsLibravatar Hugo Osvaldo Barrera2021-09-20
* commands: update split none command for a047b5ee4Libravatar Ronan Pigott2021-09-04
* command: implement split noneLibravatar Ronan Pigott2021-09-03
* Add `output modeline` commandLibravatar David Rosca2021-08-31
* Use fixed titlebar heightsLibravatar Hugo Osvaldo Barrera2021-08-26
* cmd_bind_or_unbind_switch: fix copy/paste typo error messageLibravatar Eric Engestrom2021-08-14
* Add `gaps <type> <scope> toggle <px>` commandLibravatar bR3iN2021-07-22
* Update wlr_box includesLibravatar Simon Ser2021-07-07
* Revert "Add workspace {prev,next}_on_output --create"Libravatar Ragnar Groot Koerkamp2021-06-22
* Only call workspace_auto_back_and_forth when neededLibravatar Ragnar Groot Koerkamp2021-06-18
* Move auto_back_and_forth logic out of workspace_switchLibravatar Ragnar Groot Koerkamp2021-06-18
* Fix #6299 Disable auto_back_and_forth for next_on_outputLibravatar Ragnar Groot Koerkamp2021-06-18
* sway: commands: exec: restore SIGPIPE before exec:ingLibravatar Daniel Eklöf2021-06-05
* config: Fix swaybar pango_markup inconsistencyLibravatar Daniel Otero2021-06-03
* Only defer seat attachment during initial startupLibravatar Bill Doyle2021-06-03
* commands/exec: stop truncating >4095-byte commandsLibravatar Manuel Stoeckl2021-05-10
* cmd_fullscreen: ignore fullscreen request on workspacesLibravatar Ronan Pigott2021-05-10
* commands/exec_always: log error on execlp failureLibravatar Simon Ser2021-04-22
* Use execlp("sh") instead of execl("/bin/sh")Libravatar Simon Ser2021-04-22
* Prevent use-after-free on first bar subcommand errorLibravatar Michael Weiser2021-04-18
* cmd_fullscreen: allow fullscreen on fullscreen split containersLibravatar Ronan Pigott2021-04-16
* Add toggle logic inside DPMS handlerLibravatar Ivan Fedotov2021-03-25
* Fix for_window criteria and mouse button bindingsLibravatar ftilde2021-02-25
* focus: beyond fullscreen when focused explicitlyLibravatar lbonn2021-02-25
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* input: Only commit transactions when necessaryLibravatar Kenny Levinsen2021-02-14
* Declare all struct cmd_handler arrays constLibravatar Manuel Stoeckl2021-02-04
* cmd_move: update container representation in sibling swapsLibravatar Ronan Pigott2021-01-04
* commands/move: reset geometry of promoted containersLibravatar Ronan Pigott2020-12-20
* commands/move: squash workspace after directional con moveLibravatar Ronan Pigott2020-12-20
* commands/move: rework container_move_in_directionLibravatar Ronan Pigott2020-12-20
* Revert "commands/move: maintain workspace_layout when moving"Libravatar Ronan Pigott2020-12-20
* commands/move: don't flatten on move; reap empty former parent insteadLibravatar Tudor Brindus2020-12-20
* commands/layout: don't change the layout of workspaces with childrenLibravatar Ronan Pigott2020-12-20
* container: don't split single childrenLibravatar Ronan Pigott2020-12-20
* input/cursor: unhide cursor on synthetic inputLibravatar Tudor Brindus2020-12-06
* tree/container: introduce `container_is_sticky[_or_child]` functionsLibravatar Tudor Brindus2020-11-11
* commands/focus: force container warp when fulfilling `focus mode_toggle`Libravatar Tudor Brindus2020-11-01
* hide_cursor: Add an option to hide when typingLibravatar Tamir Zahavi-Brunner2020-10-30
* commands/move: fix crash when moving sphsc childLibravatar Ronan Pigott2020-10-24