aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* clean up pid/workspace stuffLibravatar Zandr Martin2016-06-11
|
* semi-working (only non-client/server wayland apps)Libravatar Zandr Martin2016-06-10
|
* messy, unfinished versionLibravatar Zandr Martin2016-06-06
|
* document `assign` commandLibravatar Zandr Martin2016-06-05
|
* Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fixLibravatar Drew DeVault2016-06-04
|\ | | | | make numpad enter key work in swaylock
| * make numpad enter key work in swaylockLibravatar Zandr Martin2016-06-04
|/ | | | see issue #647
* Merge pull request #695 from zandrmartin/document-client-commandsLibravatar Drew DeVault2016-06-04
|\ | | | | add documentation for client commands
| * add documentation for client commandsLibravatar Zandr Martin2016-06-04
| |
* | Merge pull request #694 from wdbw/man-page-fixLibravatar Drew DeVault2016-06-04
|\ \ | |/ |/| Add missing layout modes in sway(5)
| * Add missing layout modes in sway(5)Libravatar wdbw2016-06-04
|/
* Merge pull request #692 from zandrmartin/inplace-merge-sortLibravatar Drew DeVault2016-06-02
|\ | | | | implement stable sort for lists
| * implement stable sort for listsLibravatar Zandr Martin2016-06-02
|/ | | | also change sort_workspaces() to use it
* Merge pull request #691 from thuck/floating_size_confLibravatar Drew DeVault2016-06-02
|\ | | | | floating_maximum_size initial implementation
| * Sync masterLibravatar Denis Doria2016-06-02
| |\ | |/ |/| | | Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf
* | Merge pull request #690 from zandrmartin/smartgap-hide-bordersLibravatar Drew DeVault2016-06-02
|\ \ | | | | | | redo smart_gaps/hide_edge_borders fix
| * | redo smart_gaps/hide_edge_borders fixLibravatar Zandr Martin2016-06-02
|/ /
* | Merge pull request #689 from thuck/floating_size_confLibravatar Drew DeVault2016-06-01
|\ \ | | | | | | Floating size conf
| | * Initial implementation for floating_maximum_sizeLibravatar Denis Doria2016-06-02
| |/
| * Clean up not used variablesLibravatar Denis Doria2016-06-01
| |
| * Update man page with information about floating_maximum_sizeLibravatar Denis Doria2016-06-01
| |
| * Included option floating_minimum_sizeLibravatar Denis Doria2016-06-01
|/ | | | | Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything.
* Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67Libravatar Drew DeVault2016-05-31
|\ | | | | fix swaybar problem in 08bef67
| * Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67Libravatar Zandr Martin2016-05-31
| |\ | |/ |/|
* | Merge pull request #685 from thuck/floating_sizeLibravatar Drew DeVault2016-05-31
|\ \ | | | | | | Initial work for floating view with sane values
| * \ Merge branch 'master' into floating_sizeLibravatar Denis Doria2016-05-31
| |\ \ | |/ / |/| |
| * | Initial work for floating view with sane valuesLibravatar Denis Doria2016-05-31
| | |
| | * fix swaybar problem in 08bef67Libravatar Zandr Martin2016-05-31
| |/ |/|
* | Merge pull request #637 from 1ace/fix/ipc-leakLibravatar Drew DeVault2016-05-30
|\ \ | | | | | | Fix a few mem leaks in ipc-server
| * | sway: refactor ipc_client_handle_command()Libravatar Eric Engestrom2016-05-31
| |/ | | | | | | | | This fixes a few mem leaks, as well as remove a false-positive error msg in IPC_GET_BAR_CONFIG
| * sway: fix IPC resource leakLibravatar Eric Engestrom2016-05-31
|/
* Update configuration info in readmeLibravatar Drew DeVault2016-05-29
|
* Remove bar position left:right from docsLibravatar Drew DeVault2016-05-29
| | | | | And adds a warning about using them (currently these are not supported by swaybar).
* Merge pull request #677 from zandrmartin/maintain-workspace-output-assignmentsLibravatar Drew DeVault2016-05-29
|\ | | | | enforce workspace output assignents
| * enforce workspace output assignentsLibravatar Zandr Martin2016-05-28
|/ | | | | | | | when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment
* Merge pull request #675 from zandrmartin/add-workspace-sortingLibravatar Drew DeVault2016-05-28
|\ | | | | Implement sort_workspaces() function for outputs.
| * remove alphabetic sorting from sort_workspacesLibravatar Zandr Martin2016-05-28
| | | | | | | | also add a couple missing spaces to container.c (unrelated)
| * Implement sort_workspaces() function for outputs.Libravatar Zandr Martin2016-05-27
|/ | | | This seems to have resolved issue #669 for me.
* Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicatorLibravatar Drew DeVault2016-05-26
|\ | | | | add --no-unlock-indicator to swaylock
| * add --no-unlock-indicator to swaylockLibravatar Zandr Martin2016-05-26
|/
* Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylockLibravatar Drew DeVault2016-05-26
|\ | | | | clear password buffer with ctrl-u in swaylock
| * clear swaylock password buffer with escLibravatar Zandr Martin2016-05-26
| | | | | | | | for i3lock compatibility
| * clear password buffer with ctrl-u in swaylockLibravatar Zandr Martin2016-05-26
|/ | | | also prevent screen redraws on modifier key presses
* Merge pull request #671 from zandrmartin/fullscreen-focusLibravatar Drew DeVault2016-05-24
|\ | | | | set focus on fullscreen view when changing focus
| * set focus on fullscreen view when changing focusLibravatar Zandr Martin2016-05-23
|/
* Concatenate output cmd args, fixes #654Libravatar Mykyta Holubakha2016-05-23
|
* Merge pull request #670 from sleep-walker/masterLibravatar Drew DeVault2016-05-23
|\ | | | | 2 minor things
| * Match definition with declarationLibravatar Tomáš Čech2016-05-23
| |
| * Add openSUSE Tumbleweed as distro with swayLibravatar Tomáš Čech2016-05-23
|/
* Merge pull request #668 from mikkeloscar/rearrange-on-bg-change0.7Libravatar Drew DeVault2016-05-21
|\ | | | | Rearrange output when setting background
| * Remove stray whitespaceLibravatar Mikkel Oscar Lyderik2016-05-20
| |