aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #709 from zandrmartin/set-size-command0.8Libravatar Drew DeVault2016-06-11
|\ | | | | implement resize command for absolute dimensions
| * Merge branch 'master' into set-size-commandLibravatar Zandr Martin2016-06-11
| |\ | |/ |/|
* | Merge pull request #708 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-11
|\ \ | | | | | | couple small fixes
| * | couple small fixesLibravatar Zandr Martin2016-06-11
| | |
| | * implement resize command for absolute dimensionsLibravatar Zandr Martin2016-06-11
| |/ |/|
* | Merge pull request #701 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-11
|\| | | | | messy start of a fix for #462
| * cleanup + add timeouts for pid_workspace listLibravatar Zandr Martin2016-06-11
| |
| * Merge branch 'master' into assign-commandLibravatar Zandr Martin2016-06-11
| |\ | |/ |/|
* | Many improvements to man pagesLibravatar Drew DeVault2016-06-10
| |
* | Merge pull request #706 from zandrmartin/swaybg-reloadLibravatar Drew DeVault2016-06-10
|\ \ | | | | | | trigger bg change on config reload
| * | trigger bg change on config reloadLibravatar Zandr Martin2016-06-10
|/ /
* | Merge pull request #703 from thuck/variables_corner_casesLibravatar Drew DeVault2016-06-06
|\ \ | | | | | | Fix segfault when using include with *
| * | Fix segfault when using include with *Libravatar thuck2016-06-06
|/ / | | | | | | This should fix the issue #681
* | Merge pull request #693 from thuck/variables_corner_casesLibravatar Drew DeVault2016-06-06
|\ \ | | | | | | Variables related fixes
| * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-06
| |\ \ | |/ / |/| |
* | | Merge pull request #699 from roosemberth/masterLibravatar Drew DeVault2016-06-05
|\ \ \ | | | | | | | | Sway: Configuration: Support for escaping line breaks.
| * | | Common: Readline: Ignore newline on '\' escaped line ends.Libravatar Roosembert Palacios2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
| * | | Sway: Configuration: Support for escaping line breaks.Libravatar Roosembert Palacios2016-06-05
|/ / / | | | | | | | | | | | | | | | | | | Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* | | Merge pull request #697 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-05
|\ \ \ | | | | | | | | document `assign` command
| | * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-05
| | |\ \ | |_|/ / |/| | |
| | * | Put w to uppercase just to keep consistency between warningsLibravatar Denis Doria2016-06-03
| | | |
| | * | Includes $ for variables without itLibravatar Denis Doria2016-06-03
| | | |
| | * | Fix identation issueLibravatar thuck2016-06-03
| | | |
| | * | Merge branch 'variables_corner_cases' of https://github.com/thuck/sway into ↵Libravatar thuck2016-06-03
| | |\ \ | | | | | | | | | | | | | | | variables_corner_cases
| | | * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-03
| | | |\ \
| | * | \ \ Merge branch 'master' of https://github.com/SirCmpwn/sway into ↵Libravatar thuck2016-06-03
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ / variables_corner_cases
| | * | | Fix output command when varible not setLibravatar thuck2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681.
| | * | | Including error message when variable do not start with $Libravatar thuck2016-06-02
| | | | |
| | | | * 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