aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10Merge pull request #706 from zandrmartin/swaybg-reloadDrew DeVault
trigger bg change on config reload
2016-06-10trigger bg change on config reloadZandr Martin
2016-06-06Merge pull request #703 from thuck/variables_corner_casesDrew DeVault
Fix segfault when using include with *
2016-06-06Fix segfault when using include with *thuck
This should fix the issue #681
2016-06-06Merge pull request #693 from thuck/variables_corner_casesDrew DeVault
Variables related fixes
2016-06-06Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-05Merge pull request #699 from roosemberth/masterDrew DeVault
Sway: Configuration: Support for escaping line breaks.
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios
Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2016-06-05Sway: Configuration: Support for escaping line breaks.Roosembert Palacios
Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2016-06-05Merge pull request #697 from zandrmartin/assign-commandDrew DeVault
document `assign` command
2016-06-05document `assign` commandZandr Martin
2016-06-05Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-04Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fixDrew DeVault
make numpad enter key work in swaylock
2016-06-04make numpad enter key work in swaylockZandr Martin
see issue #647
2016-06-04Merge pull request #695 from zandrmartin/document-client-commandsDrew DeVault
add documentation for client commands
2016-06-04Merge pull request #694 from wdbw/man-page-fixDrew DeVault
Add missing layout modes in sway(5)
2016-06-04add documentation for client commandsZandr Martin
2016-06-04Add missing layout modes in sway(5)wdbw
2016-06-03Put w to uppercase just to keep consistency between warningsDenis Doria
2016-06-03Includes $ for variables without itDenis Doria
2016-06-03Fix identation issuethuck
2016-06-03Merge branch 'variables_corner_cases' of https://github.com/thuck/sway into ↵thuck
variables_corner_cases
2016-06-03Merge branch 'master' of https://github.com/SirCmpwn/sway into ↵thuck
variables_corner_cases
2016-06-03Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-03Fix output command when varible not setthuck
This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681.
2016-06-02Including error message when variable do not start with $thuck
2016-06-02Merge pull request #692 from zandrmartin/inplace-merge-sortDrew DeVault
implement stable sort for lists
2016-06-02implement stable sort for listsZandr Martin
also change sort_workspaces() to use it
2016-06-02Merge pull request #691 from thuck/floating_size_confDrew DeVault
floating_maximum_size initial implementation
2016-06-02Sync masterDenis Doria
Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-02Merge pull request #690 from zandrmartin/smartgap-hide-bordersDrew DeVault
redo smart_gaps/hide_edge_borders fix
2016-06-02redo smart_gaps/hide_edge_borders fixZandr Martin
2016-06-01Merge pull request #689 from thuck/floating_size_confDrew DeVault
Floating size conf
2016-06-01Clean up not used variablesDenis Doria
2016-06-01Update man page with information about floating_maximum_sizeDenis Doria
2016-06-01Included option floating_minimum_sizeDenis Doria
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.
2016-05-31Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67Drew DeVault
fix swaybar problem in 08bef67
2016-05-31Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67Zandr Martin
2016-05-31Merge pull request #685 from thuck/floating_sizeDrew DeVault
Initial work for floating view with sane values
2016-05-31fix swaybar problem in 08bef67Zandr Martin
2016-05-31Merge branch 'master' into floating_sizeDenis Doria
2016-05-31Initial work for floating view with sane valuesDenis Doria
2016-05-30Merge pull request #637 from 1ace/fix/ipc-leakDrew DeVault
Fix a few mem leaks in ipc-server
2016-05-31sway: refactor ipc_client_handle_command()Eric Engestrom
This fixes a few mem leaks, as well as remove a false-positive error msg in IPC_GET_BAR_CONFIG
2016-05-31sway: fix IPC resource leakEric Engestrom
2016-05-29Update configuration info in readmeDrew DeVault
2016-05-29Remove bar position left:right from docsDrew DeVault
And adds a warning about using them (currently these are not supported by swaybar).
2016-05-29Merge pull request #677 from zandrmartin/maintain-workspace-output-assignmentsDrew DeVault
enforce workspace output assignents
2016-05-28enforce workspace output assignentsZandr Martin
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