summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Update man page0.12.2Libravatar Drew DeVault2017-04-03
|
* Update README.mdLibravatar Drew DeVault2017-04-03
|
* Mention cap_sys_tty_config in readmeLibravatar Drew DeVault2017-04-03
|
* Merge pull request #1130 from oranenj/fix_move_next_crashLibravatar Drew DeVault2017-04-03
| | | Fix move next crash
* Merge pull request #1126 from zandrmartin/prevent-fullscreen-focus-stealingLibravatar Drew DeVault2017-04-03
| | | prevent fullscreen focus thievery
* Merge pull request #1119 from oranenj/masterLibravatar Drew DeVault2017-04-03
| | | Fix off-by-one error when checking workspace_layout arguments
* Merge pull request #1117 from jnsaff/masterLibravatar Drew DeVault2017-04-03
| | | | Allow also 444 for security file mode
* Merge pull request #1115 from snoack/missing-includesLibravatar Drew DeVault2017-04-03
| | | Superfluous include causes failures if WLC headers aren't installed globally
* Merge pull request #1105 from zandrmartin/fix-workspace-output-assignment0.12.1Libravatar Drew DeVault2017-03-13
| | | fix workspace output assignment
* Merge pull request #1113 from johnchen902/patch-1Libravatar Drew DeVault2017-03-13
| | | Fix trivial typo in sway.5.txt (right_ -> _right_)
* Update unsupported packages link in readme0.12Libravatar Drew DeVault2017-03-07
|
* Merge pull request #1101 from 4e554c4c/worspace_namesLibravatar Drew DeVault2017-03-07
| | | Fix #1099: Allow spaces in worspace names
* Fix #10870.12-rc2Libravatar Drew DeVault2017-02-28
|
* Merge pull request #1086 from Fale/ignore-Wimplicit-fallthroughLibravatar Drew DeVault2017-02-28
| | | | Ignore Wimplicit-fallthrough
* Make it work for all compilersLibravatar Fabio Alessandro Locati2017-02-28
|
* Ignore Wimplicit-fallthroughLibravatar Fabio Alessandro Locati2017-02-28
|
* Edit packages in READMELibravatar Drew DeVault2017-02-28
|
* Move env logging to earlier than wlc_initLibravatar Drew DeVault2017-02-28
|
* Merge pull request #1080 from SirCmpwn/ipc-security0.12-rc1Libravatar Drew DeVault2017-02-21
|\ | | | | Revise IPC security configuration
| * Update 00-defaults.inLibravatar Drew DeVault2017-02-20
| |
| * Read configs from /etc/sway/security.d/*Libravatar Drew DeVault2017-02-20
| |
| * Add * policies and fix bugLibravatar Drew DeVault2017-02-20
| |
| * Enforce new IPC policiesLibravatar Drew DeVault2017-02-20
| |
| * Add initial support code for new IPC securityLibravatar Drew DeVault2017-02-20
| |
| * Revise IPC security configurationLibravatar Drew DeVault2017-02-19
|/
* Merge pull request #1075 from zandrmartin/floating-positioningLibravatar Drew DeVault2017-02-14
|\ | | | | use absolute view geometry to calculate position
| * use absolute view geometry to calculate positionLibravatar Zandr Martin2017-02-14
|/
* Merge pull request #1073 from Hummer12007/patch-3Libravatar Drew DeVault2017-02-12
|\ | | | | Document swaygrab -f
| * Document swaygrab -fLibravatar Hummer120072017-02-13
|/
* Merge pull request #1070 from Hummer12007/posLibravatar Drew DeVault2017-02-05
|\ | | | | Respect xdg-positioner offset, anchor edges and gravity
| * xdg-positioner: log window placementLibravatar Mykyta Holubakha2017-02-06
| |
| * Handle xdg-positioner stuffLibravatar Mykyta Holubakha2017-02-06
|/
* Merge pull request #1055 from Hummer12007/positionerLibravatar Drew DeVault2017-01-19
|\ | | | | Properly place windows with xdg-positioner
| * Properly place windows with xdg-positionerLibravatar Mykyta Holubakha2017-01-19
| |
* | Merge pull request #1053 from Hummer12007/__focused__Libravatar Drew DeVault2017-01-18
|\| | | | | Support __focused__ as a valid criterion
| * Support __focused__ as a valid criterionLibravatar Mykyta Holubakha2017-01-19
| | | | | | | | | | | | This reflects i3 behavior (see i3/i3#1770) Scrapping focused support will probably break some existing configs
* | Merge pull request #1052 from Hummer12007/instanceLibravatar Drew DeVault2017-01-18
|\ \ | |/ |/| Add window instance support
| * Display instance (if present) in nested layoutsLibravatar Mykyta Holubakha2017-01-19
| |
| * Add window instance supportLibravatar Mykyta Holubakha2017-01-19
|/
* Merge pull request #1051 from ametisf/masterLibravatar Drew DeVault2017-01-17
|\ | | | | add hide_edge_borders smart to sway.5 manual
| * add hide_edge_borders smart to sway.5 manualLibravatar Frantisek Fladung2017-01-17
|/
* Merge pull request #1050 from Hummer12007/cmakeLibravatar Drew DeVault2017-01-16
|\ | | | | Unset LD_LIBRARY_PATH, unless specified
| * Unset LD_LIBRARY_PATH, unless specifiedLibravatar Mykyta Holubakha2017-01-16
|/
* Merge pull request #1024 from willakat/masterLibravatar Drew DeVault2017-01-14
|\ | | | | Add Awesome/Monad style automatic layouts to Sway
| * Move awesome config to contrib/Libravatar Drew DeVault2017-01-14
| |
| * [fix] handle auto layout of empty containerLibravatar wil2017-01-14
| |
| * Added a sample config for Awesome-like behaviorLibravatar wil2017-01-14
| |
| * replaced "bot" with "bottom" in auto layout commandsLibravatar wil2017-01-14
| |
| * Improved behavior of insert/remove child in auto layoutsLibravatar wil2017-01-14
| | | | | | | | | | | | Previous implementation would not preserve dimension of groups along the major axis. This should avoid weird behavior when using container motion commands.
| * Merge branch 'master' into masterLibravatar willakat2017-01-14
| |\ | |/ |/|