aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2016-06-11implement resize command for absolute dimensionsZandr Martin
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-11Merge branch 'master' into assign-commandZandr Martin
2016-06-11clean up pid/workspace stuffZandr Martin
2016-06-10Many improvements to man pagesDrew DeVault
2016-06-10trigger bg change on config reloadZandr Martin
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin
2016-06-06Fix segfault when using include with *thuck
This should fix the issue #681
2016-06-06messy, unfinished versionZandr Martin
2016-06-06Merge branch 'master' into variables_corner_casesDenis Doria
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-05document `assign` commandZandr Martin
2016-06-05Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-04Merge pull request #695 from zandrmartin/document-client-commandsDrew DeVault
add documentation for client commands
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 'master' of https://github.com/SirCmpwn/sway into ↵thuck
variables_corner_cases
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-02implement stable sort for listsZandr Martin
also change sort_workspaces() to use it
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-02redo smart_gaps/hide_edge_borders fixZandr Martin
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 branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67Zandr Martin
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-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-29Remove bar position left:right from docsDrew DeVault
And adds a warning about using them (currently these are not supported by swaybar).
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
2016-05-28remove alphabetic sorting from sort_workspacesZandr Martin
also add a couple missing spaces to container.c (unrelated)
2016-05-27Implement sort_workspaces() function for outputs.Zandr Martin
This seems to have resolved issue #669 for me.
2016-05-23set focus on fullscreen view when changing focusZandr Martin
2016-05-23Concatenate output cmd args, fixes #654Mykyta Holubakha
2016-05-20Remove stray whitespaceMikkel Oscar Lyderik
2016-05-20Rearrange output when setting backgroundMikkel Oscar Lyderik
Fix #659
2016-05-18Fix issue #661.Jasen Borisov
Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set.
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-14Revert "sway/container.c: fix segfault where view is assigned prematurely"Drew DeVault
2016-05-09sway/container.c: fix segfault where view is assigned prematurelyDaniel Lockyer
2016-05-09Prevent changing layout when focusing float windowMikkel Oscar Lyderik
The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643
2016-05-08Allow to set relative path for wallpapers in configMykyta Holubakha