summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
| |\ | |/ |/|
* | Merge pull request #1048 from dkess/proper-output-wrappingLibravatar Drew DeVault2017-01-13
|\ \ | | | | | | Add output wrapping
| * | Add output wrappingLibravatar Daniel Kessler2017-01-13
|/ / | | | | | | | | | | | | | | | | This fixes issue #733. Now if the user focuses output right but is at the rightmost monitor, the focus will wrap the the leftmost monitor. This commit adds a new function, swayc_opposite_output, which selects the opposite output given a position and a direction. Now, when calling output_by_name, we first check if there is an adjacent output to switch to. If that fails, we call swayc_opposite_output to handle wrapping.
* | Merge pull request #1044 from ametisf/masterLibravatar Drew DeVault2017-01-12
|\ \ | | | | | | Implement hide_edge_borders smart (like in i3 4.13)
| * | Implement hide_edge_borders smart (like in i3 4.13)Libravatar Frantisek Fladung2017-01-12
| | |
* | | Merge pull request #1043 from Hummer12007/capsLibravatar Drew DeVault2017-01-12
|\ \ \ | |/ / |/| | Keep CAP_SYS_PTRACE with suid binary
| * | Log capability droppingLibravatar Mykyta Holubakha2017-01-12
| | |
| * | Keep CAP_SYS_PTRACE with suid binaryLibravatar Mykyta Holubakha2017-01-12
|/ /
* | Fix #1008Libravatar Drew DeVault2017-01-11
| |
* | Update .clang-format - not entirely usable yetLibravatar Drew DeVault2017-01-10
| | | | | | | | | | | | I've run into a situation where clang-format does not support the necessary style rules. It will have to be patched before clang-format is fully adopted into Sway. Use this file with caution.
| * Merge branch 'master' into masterLibravatar willakat2017-01-08
| |\ | |/ |/|