aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2016-07-03resize command updates (#713)Zandr Martin
2016-07-03match i3 syntax for `resize set`Zandr Martin
2016-06-30Spawn windows as floating if they have a parentDrew DeVault
Fixes #604
2016-06-27Add get_log_level() to encapsulate v (current log level)David Eklov
This patch also makes all global variable in log.c static.
2016-06-21Check if found ws is focused in new view handlerMykyta Holubakha
Fixes #714, by preventing change of focus from a window to the whole ws
2016-06-19Minor fix to warning messagesDrew DeVault
2016-06-18Added a null check in tabbed_stacked_parentHummer12007
This fixes a segfault, when trying to get parent of the workspace/root container/(?), as it is not assuered that the view's parent node is not null in the loop
2016-06-11Merge branch 'master' into set-size-commandZandr Martin
2016-06-11implement resize command for absolute dimensionsZandr Martin
2016-06-11couple small fixesZandr 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