Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-29 | Handle SIGTERM sent to sway | Mikkel Oscar Lyderik | |
This makes sway handle and gracefully shut down everything when receiving a SIGTERM. Fix #416 | |||
2015-12-20 | container: Fix inner gaps against screen edge. | S. Christoffer Eliesen | |
2015-12-18 | Terminate children when freeing output container | Mikkel Oscar Lyderik | |
2015-12-18 | Reload swaybar/swaybg on config reload. | Mikkel Oscar Lyderik | |
This works by tracking the pids of the child processes in the related output container and terminating the processes and spawning new ones on a config reload. Should solve: #347 | |||
2015-12-18 | sway: insert numbered workspaces in order | progandy | |
fixes #308 Ordered by number ascending, with insert before same numbers. Workspaces without numbers are appended at the end of the list. Example order: 1 2:named 3:the_second 3:the_first 9 FIRST_NAME SECOND_NAME ... | |||
2015-12-16 | Bring unmanaged windows to front on output arrange | Drew DeVault | |
Fixes #312 | |||
2015-12-13 | Make destroy_workspace behave as expected | Kevin Hamacher | |
2015-12-02 | Fix using last output config if none matched | Christoph Gysin | |
2015-11-28 | Allow output config for output named * | Drew DeVault | |
Which will match any output. | |||
2015-11-27 | workspace: Learn sticky. | S. Christoffer Eliesen | |
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes. | |||
2015-11-24 | container: Store app_id attribute for views. | S. Christoffer Eliesen | |
2015-11-24 | container: Store class attribute for views. | S. Christoffer Eliesen | |
2015-11-14 | We wlc_point now | Drew DeVault | |
cc @Cloudef | |||
2015-10-29 | input_state: Remove mouse_origin (x&y). Query wlc instead. | S. Christoffer Eliesen | |
2015-10-29 | container: Move container_under_pointer here from handlers. | S. Christoffer Eliesen | |
2015-10-21 | config: Apply output config also during config reload. | S. Christoffer Eliesen | |
2015-10-21 | commands,container: Tweak debug output to better reflect reality. | S. Christoffer Eliesen | |
2015-09-18 | merge + no c_extensions | taiyu | |
2015-09-18 | minor fix | taiyu | |
2015-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-05 | gap resize | taiyu | |
2015-09-04 | default gap value | taiyu | |
2015-08-31 | properly remove children in loops | taiyu | |
2015-08-27 | forgot visibility of floating containers | taiyu | |
2015-08-27 | update visibility + container info functions | taiyu | |
2015-08-27 | proper visibility update | taiyu | |
2015-08-27 | use previous outputs | taiyu | |
2015-08-27 | Added in default_orientation handling | Luminarys | |
2015-08-27 | update visibility for moved workspaces | taiyu | |
2015-08-26 | move workspace from dead output to other output | taiyu | |
2015-08-26 | slight fix | taiyu | |
2015-08-27 | fixed container_map | minus | |
applies to the passed in container now as well. fixes workspaces staying always marked visible. also set workspaces to not visible by default; happens when you move a container to a new workspace that thus is not visible | |||
2015-08-26 | some function documentation, fixed gaps on config reload | taiyu | |
2015-08-26 | move_container_to fixup | taiyu | |
2015-08-25 | fixed segfault on exit + a little fixup of that floatfocus pr | taiyu | |
2015-08-25 | fixed moving to other output and visibility | minus | |
2015-08-25 | changed view visibility to be bool | minus | |
view_visibility enum remains with one constant that is the mask to wlc's view masking | |||
2015-08-25 | refactored view visibility | minus | |
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace) | |||
2015-08-24 | add limit to swayc_in_direction | taiyu | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-23 | Added in glitchy disabling | Luminarys | |
2015-08-22 | fixed vanishing floating view | taiyu | |
2015-08-22 | Implement output positioning | Drew DeVault | |
:tada: | |||
2015-08-22 | Set x/y positions for output containers | Drew DeVault | |
2015-08-22 | Whoops | Drew DeVault | |
Regards to @Cloudef | |||
2015-08-22 | Implement output configuration through config | Drew DeVault | |
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef) | |||
2015-08-21 | style | taiyu | |
2015-08-21 | comments + fixed leak | taiyu | |