aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-06messy, unfinished versionZandr Martin
2016-06-05document `assign` commandZandr Martin
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-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
2016-05-28Merge pull request #675 from zandrmartin/add-workspace-sortingDrew DeVault
Implement sort_workspaces() function for outputs.
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-26Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicatorDrew DeVault
add --no-unlock-indicator to swaylock
2016-05-26add --no-unlock-indicator to swaylockZandr Martin
2016-05-26Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylockDrew DeVault
clear password buffer with ctrl-u in swaylock
2016-05-26clear swaylock password buffer with escZandr Martin
for i3lock compatibility
2016-05-26clear password buffer with ctrl-u in swaylockZandr Martin
also prevent screen redraws on modifier key presses
2016-05-24Merge pull request #671 from zandrmartin/fullscreen-focusDrew DeVault
set focus on fullscreen view when changing focus
2016-05-23set focus on fullscreen view when changing focusZandr Martin
2016-05-23Concatenate output cmd args, fixes #654Mykyta Holubakha
2016-05-23Merge pull request #670 from sleep-walker/masterDrew DeVault
2 minor things
2016-05-23Match definition with declarationTomáš Čech
2016-05-23Add openSUSE Tumbleweed as distro with swayTomáš Čech
2016-05-21Merge pull request #668 from mikkeloscar/rearrange-on-bg-changeDrew DeVault
Rearrange output when setting background
2016-05-20Remove stray whitespaceMikkel Oscar Lyderik
2016-05-20Rearrange output when setting backgroundMikkel Oscar Lyderik
Fix #659
2016-05-18Merge pull request #666 from tajjada/fix-tabbed-stacked-bordersDrew DeVault
Fix borders for tabbed and stacked containers when children have 'border none' set.