Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-01 | Included option floating_minimum_size | Denis 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-31 | Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67 | Drew DeVault | |
fix swaybar problem in 08bef67 | |||
2016-05-31 | Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67 | Zandr Martin | |
2016-05-31 | Merge pull request #685 from thuck/floating_size | Drew DeVault | |
Initial work for floating view with sane values | |||
2016-05-31 | fix swaybar problem in 08bef67 | Zandr Martin | |
2016-05-31 | Merge branch 'master' into floating_size | Denis Doria | |
2016-05-31 | Initial work for floating view with sane values | Denis Doria | |
2016-05-30 | Merge pull request #637 from 1ace/fix/ipc-leak | Drew DeVault | |
Fix a few mem leaks in ipc-server | |||
2016-05-31 | sway: 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-31 | sway: fix IPC resource leak | Eric Engestrom | |
2016-05-29 | Update configuration info in readme | Drew DeVault | |
2016-05-29 | Remove bar position left:right from docs | Drew DeVault | |
And adds a warning about using them (currently these are not supported by swaybar). | |||
2016-05-29 | Merge pull request #677 from zandrmartin/maintain-workspace-output-assignments | Drew DeVault | |
enforce workspace output assignents | |||
2016-05-28 | enforce workspace output assignents | Zandr 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-28 | Merge pull request #675 from zandrmartin/add-workspace-sorting | Drew DeVault | |
Implement sort_workspaces() function for outputs. | |||
2016-05-28 | remove alphabetic sorting from sort_workspaces | Zandr Martin | |
also add a couple missing spaces to container.c (unrelated) | |||
2016-05-27 | Implement sort_workspaces() function for outputs. | Zandr Martin | |
This seems to have resolved issue #669 for me. | |||
2016-05-26 | Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator | Drew DeVault | |
add --no-unlock-indicator to swaylock | |||
2016-05-26 | add --no-unlock-indicator to swaylock | Zandr Martin | |
2016-05-26 | Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylock | Drew DeVault | |
clear password buffer with ctrl-u in swaylock | |||
2016-05-26 | clear swaylock password buffer with esc | Zandr Martin | |
for i3lock compatibility | |||
2016-05-26 | clear password buffer with ctrl-u in swaylock | Zandr Martin | |
also prevent screen redraws on modifier key presses | |||
2016-05-24 | Merge pull request #671 from zandrmartin/fullscreen-focus | Drew DeVault | |
set focus on fullscreen view when changing focus | |||
2016-05-23 | set focus on fullscreen view when changing focus | Zandr Martin | |
2016-05-23 | Concatenate output cmd args, fixes #654 | Mykyta Holubakha | |
2016-05-23 | Merge pull request #670 from sleep-walker/master | Drew DeVault | |
2 minor things | |||
2016-05-23 | Match definition with declaration | Tomáš Čech | |
2016-05-23 | Add openSUSE Tumbleweed as distro with sway | Tomáš Čech | |
2016-05-21 | Merge pull request #668 from mikkeloscar/rearrange-on-bg-change | Drew DeVault | |
Rearrange output when setting background | |||
2016-05-20 | Remove stray whitespace | Mikkel Oscar Lyderik | |
2016-05-20 | Rearrange output when setting background | Mikkel Oscar Lyderik | |
Fix #659 | |||
2016-05-18 | Merge pull request #666 from tajjada/fix-tabbed-stacked-borders | Drew DeVault | |
Fix borders for tabbed and stacked containers when children have 'border none' set. | |||
2016-05-18 | Fix 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-14 | Merge pull request #662 from Hummer12007/scroll | Drew DeVault | |
Support floating_scroll sideways | |||
2016-05-14 | Support floating_scroll sideways | Mykyta Holubakha | |
2016-05-14 | Set Cairo and Pango as required dependencies | Drew DeVault | |
2016-05-14 | Turn off ZSH completions by default | Drew DeVault | |
2016-05-14 | Merge pull request #656 from SirCmpwn/revert-650-segfault | Drew DeVault | |
Revert "sway/container.c: fix segfault where view is assigned prematurely" | |||
2016-05-14 | Revert "sway/container.c: fix segfault where view is assigned prematurely" | Drew DeVault | |
2016-05-13 | Merge pull request #653 from Hummer12007/patch-1 | Drew DeVault | |
README.md: add reference to Gentoo package | |||
2016-05-13 | README.md: add reference to Gentoo package | Hummer12007 | |
2016-05-09 | Merge pull request #650 from neosilky/segfault | Drew DeVault | |
sway/container.c: fix segfault where view is assigned prematurely | |||
2016-05-09 | sway/container.c: fix segfault where view is assigned prematurely | Daniel Lockyer | |
2016-05-09 | Merge pull request #649 from mikkeloscar/floating-layout | Drew DeVault | |
Prevent changing layout when focusing float window | |||
2016-05-09 | Prevent changing layout when focusing float window | Mikkel 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-08 | Merge pull request #648 from Hummer12007/relative_wallpaper | Drew DeVault | |
Allow to set relative path for wallpapers in config | |||
2016-05-08 | Allow to set relative path for wallpapers in config | Mykyta Holubakha | |
2016-05-08 | Merge pull request #645 from Hummer12007/floating_scroll | Drew DeVault | |
Implement configurable floating scroll behavior | |||
2016-05-08 | Remove FSB_GAPS_INNER and FSB_GAPS_OUTER | Mykyta Holubakha | |
2016-05-08 | Documented floating_scroll | Mykyta Holubakha | |