aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Collapse)AuthorAge
...
* 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
|
* basic layout commandLibravatar Tony Crisci2018-02-22
|
* basic focus (without direction)Libravatar Tony Crisci2018-02-14
|
* separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
|
* basic focus overhaulLibravatar Tony Crisci2018-02-04
|
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* commands: add 'reload' commandLibravatar Dominique Martinet2018-01-22
|
* criteria cleanupLibravatar Tony Crisci2018-01-21
|
* run all commands with focused container contextLibravatar Tony Crisci2018-01-21
|
* basic command criteriaLibravatar Tony Crisci2018-01-20
|
* add kill commandLibravatar Tony Crisci2018-01-20
|
* seat config handler contextLibravatar Tony Crisci2018-01-20
|
* input config handler contextLibravatar Tony Crisci2018-01-20
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* config: add 'set' commandLibravatar Dominique Martinet2018-01-05
|
* fix typos in comments/messages; add shutting down messageLibravatar Dominique Martinet2018-01-05
|
* apply_input_config: restore previous `current_input_config`Libravatar Dominique Martinet2018-01-05
| | | | This is important for freeing the proper one at end of block
* binding configLibravatar Tony Crisci2017-12-27
|