aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Collapse)AuthorAge
* Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
|
* Remove strip quoting and fix strncpy-overlapLibravatar Brian Ashworth2018-06-07
|
* Support runtime var expansion and set at runtimeLibravatar Brian Ashworth2018-06-05
|
* Address first round of review for generic blocksLibravatar Brian Ashworth2018-06-02
|
* Make command block implementation genericLibravatar Brian Ashworth2018-06-02
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
|
* Implement config parser for workspace_layoutLibravatar Brian Ashworth2018-05-28
|
* Support i3's legacy force_focus_wrapping commandLibravatar Brian Ashworth2018-05-28
|
* Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
|
* Implement swap commandLibravatar Brian Ashworth2018-05-26
|
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
|
* Change unmark implemention to match i3'sLibravatar Ryan Dwyer2018-05-15
|
* Implement marksLibravatar Ryan Dwyer2018-05-15
|
* Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Libravatar Ryan Dwyer2018-05-14
| | | | | | | This reverts commit 32a572cecfd0f6072a78ce0a381a2f8365f9010a. This reimplements the criteria overhaul in preparation for fixing a known bug.
* Implement hide_edge_bordersLibravatar Brian Ashworth2018-05-11
|
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
| | | | | | | | | | This implements the title_format command, with a new placeholder %shell which gets substituted with the view type (xwayland, xdg_shell_v6 or wl_shell). Example config: for_window [title=".*"] title_format %title (class=%class instance=%instance shell=%shell)
* Fix alphabetization of command listLibravatar Drew DeVault2018-05-03
|
* Render titlesLibravatar Ryan Dwyer2018-05-03
|
* Fix alphabetization of commands arrayLibravatar Drew DeVault2018-05-01
|
* Implement bordersLibravatar Ryan Dwyer2018-05-01
| | | | | | | | | | | | | Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
* Add map_from_region commandLibravatar emersion2018-04-26
|
* Implement criteria commandsLibravatar Ryan Dwyer2018-04-24
| | | | | | | Implements the following commands: * for_window [...] <cmdlist> * assign [...] <workspace>
* Implement rename workspace commandLibravatar Ryan Dwyer2018-04-23
| | | | | | | | This implements the following commands: * rename workspace to new_name * rename workspace old_name to new_name * rename workspace number n to new_name
* Merge branch 'master' into fullscreenLibravatar Drew DeVault2018-04-19
|\
| * Make key repeat configurableLibravatar Ryan Dwyer2018-04-18
| | | | | | | | | | | | | | | | | | | | | | This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
* | Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
|/
* Fix gcc string truncation warningsLibravatar Dominique Martinet2018-04-13
|
* Implement cursor event simulation with sway commands.Libravatar Danny Bautista2018-04-10
|
* Add input "identifier" map_to_output "identifier"Libravatar Drew DeVault2018-04-08
|
* Add workspace_auto_back_and_forth commandLibravatar db2018-04-08
| | | | | This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.
* Implement resize commandLibravatar Drew DeVault2018-04-05
|
* Implement opacity commandLibravatar Tony Crisci2018-04-04
|
* Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\
| * Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-04-02
| |\
| * | 80colLibravatar Tony Crisci2018-04-02
| | |
| * | rename input-manager functionsLibravatar Tony Crisci2018-04-02
| | |
| * | rename seat functionsLibravatar Tony Crisci2018-04-02
| | |
* | | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\ \ \ | | |/ | |/|
| * | Partially implement move commandLibravatar Drew DeVault2018-04-02
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
* / basic split containersLibravatar Tony Crisci2018-03-31
|/
* Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
| | | | | | | Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
* Implement mouse warpingLibravatar Drew DeVault2018-03-31
|
* Add default_orientation commandLibravatar Drew DeVault2018-03-30
|
* Implement modesLibravatar Drew DeVault2018-03-29
|
* Add swaybg_commandLibravatar Drew DeVault2018-03-29
|
* Add bar configuration commandsLibravatar Drew DeVault2018-03-29
|
* add config handlersLibravatar Tony Crisci2018-02-24
|
* separate config directives and commandsLibravatar Tony Crisci2018-02-24
|
* take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
|