aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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-14Merge pull request #662 from Hummer12007/scrollDrew DeVault
Support floating_scroll sideways
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-14Set Cairo and Pango as required dependenciesDrew DeVault
2016-05-14Turn off ZSH completions by defaultDrew DeVault
2016-05-14Merge pull request #656 from SirCmpwn/revert-650-segfaultDrew DeVault
Revert "sway/container.c: fix segfault where view is assigned prematurely"
2016-05-14Revert "sway/container.c: fix segfault where view is assigned prematurely"Drew DeVault
2016-05-13Merge pull request #653 from Hummer12007/patch-1Drew DeVault
README.md: add reference to Gentoo package
2016-05-13README.md: add reference to Gentoo packageHummer12007
2016-05-09Merge pull request #650 from neosilky/segfaultDrew DeVault
sway/container.c: fix segfault where view is assigned prematurely
2016-05-09sway/container.c: fix segfault where view is assigned prematurelyDaniel Lockyer
2016-05-09Merge pull request #649 from mikkeloscar/floating-layoutDrew DeVault
Prevent changing layout when focusing float window
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-08Merge pull request #648 from Hummer12007/relative_wallpaperDrew DeVault
Allow to set relative path for wallpapers in config
2016-05-08Allow to set relative path for wallpapers in configMykyta Holubakha
2016-05-08Merge pull request #645 from Hummer12007/floating_scrollDrew DeVault
Implement configurable floating scroll behavior
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha
2016-05-08Documented floating_scrollMykyta Holubakha