https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
e221d28 Merge pull request #1105 from zandrmartin/fix-workspace-output-assignment fix workspace output assignment 14 March 2017, 03:15:39 UTC
1c9fa55 Merge pull request #1113 from johnchen902/patch-1 Fix trivial typo in sway.5.txt (right_ -> _right_) 14 March 2017, 03:15:10 UTC
ee8ed39 Update unsupported packages link in readme 07 March 2017, 14:43:05 UTC
154188f Merge pull request #1101 from 4e554c4c/worspace_names Fix #1099: Allow spaces in worspace names 07 March 2017, 14:43:00 UTC
f954d74 Fix #1087 28 February 2017, 18:07:48 UTC
24d1822 Merge pull request #1086 from Fale/ignore-Wimplicit-fallthrough Ignore Wimplicit-fallthrough 28 February 2017, 18:07:35 UTC
978a13b Make it work for all compilers 28 February 2017, 18:07:18 UTC
d055fb8 Ignore Wimplicit-fallthrough 28 February 2017, 18:07:14 UTC
e00ded3 Edit packages in README 28 February 2017, 18:06:56 UTC
41f7aaa Move env logging to earlier than wlc_init 28 February 2017, 18:06:50 UTC
f68d2fb Merge pull request #1080 from SirCmpwn/ipc-security Revise IPC security configuration 21 February 2017, 10:18:42 UTC
276630e Update 00-defaults.in 21 February 2017, 04:24:13 UTC
126ce57 Read configs from /etc/sway/security.d/* 20 February 2017, 12:51:31 UTC
eabfb6c Add * policies and fix bug 20 February 2017, 11:48:33 UTC
1980a08 Enforce new IPC policies 20 February 2017, 11:33:04 UTC
b10721b Add initial support code for new IPC security 20 February 2017, 11:11:56 UTC
7dbecdd Revise IPC security configuration 19 February 2017, 07:56:59 UTC
76614ef Merge pull request #1075 from zandrmartin/floating-positioning use absolute view geometry to calculate position 14 February 2017, 20:51:59 UTC
c6f971d use absolute view geometry to calculate position 14 February 2017, 19:03:56 UTC
a018364 Merge pull request #1073 from Hummer12007/patch-3 Document swaygrab -f 13 February 2017, 01:44:08 UTC
09e8ece Document swaygrab -f 13 February 2017, 00:22:48 UTC
aed3469 Merge pull request #1070 from Hummer12007/pos Respect xdg-positioner offset, anchor edges and gravity 06 February 2017, 01:01:50 UTC
4eae9b3 xdg-positioner: log window placement 06 February 2017, 00:59:23 UTC
006bd0b Handle xdg-positioner stuff 06 February 2017, 00:59:23 UTC
b3c0aa3 Merge pull request #1055 from Hummer12007/positioner Properly place windows with xdg-positioner 19 January 2017, 11:19:08 UTC
7520607 Properly place windows with xdg-positioner 19 January 2017, 10:31:43 UTC
7cc6f28 Merge pull request #1053 from Hummer12007/__focused__ Support __focused__ as a valid criterion 19 January 2017, 03:54:19 UTC
2827886 Support __focused__ as a valid criterion This reflects i3 behavior (see i3/i3#1770) Scrapping focused support will probably break some existing configs 19 January 2017, 01:58:31 UTC
fa19960 Merge pull request #1052 from Hummer12007/instance Add window instance support 19 January 2017, 01:50:30 UTC
d443bce Display instance (if present) in nested layouts 19 January 2017, 01:45:23 UTC
e714fbc Add window instance support 19 January 2017, 01:14:59 UTC
dd41ce4 Merge pull request #1051 from ametisf/master add hide_edge_borders smart to sway.5 manual 17 January 2017, 16:26:06 UTC
33a709c add hide_edge_borders smart to sway.5 manual 17 January 2017, 10:46:58 UTC
2047bb8 Merge pull request #1050 from Hummer12007/cmake Unset LD_LIBRARY_PATH, unless specified 16 January 2017, 18:24:26 UTC
138bcd0 Unset LD_LIBRARY_PATH, unless specified 15 January 2017, 23:05:05 UTC
81102e8 Merge pull request #1024 from willakat/master Add Awesome/Monad style automatic layouts to Sway 14 January 2017, 21:11:48 UTC
a2cf3be Move awesome config to contrib/ 14 January 2017, 21:03:41 UTC
a90ddde [fix] handle auto layout of empty container 14 January 2017, 18:48:41 UTC
5c40cc4 Added a sample config for Awesome-like behavior 14 January 2017, 18:41:00 UTC
71b3869 replaced "bot" with "bottom" in auto layout commands 14 January 2017, 18:41:00 UTC
b74870f Improved behavior of insert/remove child in auto layouts Previous implementation would not preserve dimension of groups along the major axis. This should avoid weird behavior when using container motion commands. 14 January 2017, 18:41:00 UTC
4c06a10 Merge branch 'master' into master 14 January 2017, 18:40:02 UTC
0001b00 Merge pull request #1048 from dkess/proper-output-wrapping Add output wrapping 14 January 2017, 00:16:38 UTC
eda4bad Add output wrapping 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. 14 January 2017, 00:06:10 UTC
c1e6cc3 Merge pull request #1044 from ametisf/master Implement hide_edge_borders smart (like in i3 4.13) 12 January 2017, 16:39:31 UTC
307e8af Merge pull request #1043 from Hummer12007/caps Keep CAP_SYS_PTRACE with suid binary 12 January 2017, 16:39:14 UTC
c04819e Implement hide_edge_borders smart (like in i3 4.13) 12 January 2017, 11:40:28 UTC
d9ba61d Log capability dropping 12 January 2017, 02:35:09 UTC
ea1313d Keep CAP_SYS_PTRACE with suid binary 12 January 2017, 02:25:27 UTC
527c259 Fix #1008 12 January 2017, 02:13:44 UTC
8435878 Update .clang-format - not entirely usable yet 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. 11 January 2017, 04:30:34 UTC
dc361fd Merge branch 'master' into master 08 January 2017, 17:15:37 UTC
32430d3 Merge branch 'master' of https://github.com/willakat/sway 08 January 2017, 17:11:32 UTC
52f3a8d fixed up space-after-cast style issues 08 January 2017, 17:08:10 UTC
07474a4 reworked "layout auto*" star commands - "layout auto_left|auto_xxx" are now "layout auto xxx" - "layout incmaster <n>" is now "layout auto master [set|inc] <n>" - "layout incncol <n>" is now "layout auto ncol [set|inc] <n>" 08 January 2017, 16:57:38 UTC
7c636da Fix format error 08 January 2017, 16:07:45 UTC
063c798 Indent cleanups 08 January 2017, 13:49:47 UTC
d822150 [fix] Keep Clang happy 08 January 2017, 13:16:40 UTC
2040c62 Merge branch 'master' of https://github.com/SirCmpwn/sway 07 January 2017, 20:35:30 UTC
653e96f Merge branch 'master' into master 07 January 2017, 20:33:02 UTC
f24ebd7 Added mouse resize for auto layouts 07 January 2017, 20:24:43 UTC
1f47c58 simplification of apply_auto_layout Achieved by introducing auto_group_bounds function that produces the start/end indexes of a group inside an auto layot container. 07 January 2017, 19:26:46 UTC
3c84250 [fix] resize should now preserve surrounding container's dimensions - prior to this modification, the requested pixels were added/removed to both edges of the modified container. To preserve sizes, only half the pixels should be added/removed to each edge. 07 January 2017, 17:20:13 UTC
f726968 [fix] scale check to prevent un-necessary layouts was in the wrong place. 07 January 2017, 17:15:42 UTC
d99efb5 [fix] corner cases win nb_children < nb_master|nb_col 07 January 2017, 17:09:42 UTC
bd41502 Moved auto_* layout functions from resize.c to layout.c 07 January 2017, 16:41:15 UTC
baa84a0 MIT license Update to 2017 06 January 2017, 18:45:48 UTC
7072075 Merge pull request #1032 from Jesin/master Recompressed PNG files 06 January 2017, 03:06:17 UTC
3b2bc89 Recompressed PNG files zopflipng -m --lossy_transparent 06 January 2017, 02:49:28 UTC
58df28a Merge pull request #1030 from Hummer12007/patch-2 Fix workspace layouts in json data 05 January 2017, 23:33:43 UTC
d59af31 Fix workspace layouts in json data 05 January 2017, 23:28:36 UTC
31d60b5 Merge pull request #1029 from 4e554c4c/master Fix broken link in CONTRIBUTING.md 05 January 2017, 23:00:01 UTC
98aad80 Fix broken link in CONTRIBUTING.md 05 January 2017, 22:56:40 UTC
36f896a Merge pull request #1019 from SirCmpwn/redshift Add redshift support 04 January 2017, 08:59:53 UTC
704b2db Merge branch 'master' of https://github.com/willakat/sway 01 January 2017, 21:02:19 UTC
97f7098 [fix] cleanups suggested by Sway community 01 January 2017, 20:52:49 UTC
a62048f changed "layout promote" command to "move first" This is more consistent with other Sway semantics. 01 January 2017, 18:53:53 UTC
0412e95 Document new layout command syntax And an old one that the docs overlooked 01 January 2017, 17:41:52 UTC
c01b898 Fix inline is_auto_layout 01 January 2017, 17:36:47 UTC
15745ab [fix] cycle auto layouts backwards 31 December 2016, 17:41:13 UTC
4b1d9b0 Added a word in the Readme about the purpose of the fork. 30 December 2016, 17:03:29 UTC
1b87193 Added "layout promote" command. 29 December 2016, 19:31:30 UTC
a0aa8d9 cleanup in auto layouts - added L_AUTO_FIRST/LAST instead of using explicit layouts. - when switching between auto layout that don't share the same major axis, invert the width/height of their child views to preserve their relative proportions. 29 December 2016, 19:31:30 UTC
2b0e3c2 [fix] move next/prev behavior for vert/horiz layout 29 December 2016, 19:31:30 UTC
0ff9fe9 introduce next/prev as a direction for focus/move commands. 29 December 2016, 19:31:30 UTC
bc3dc97 [fix] Handle auto layout resize with multiple slave groups 29 December 2016, 19:31:30 UTC
ed71e67 [fix] handle cases where nb_master > children->length in auto layout 29 December 2016, 19:31:30 UTC
8b0073b Added "layout incnmaster|incncol" commands 29 December 2016, 19:31:30 UTC
5425d04 Handle resize in auto layouts 29 December 2016, 19:31:30 UTC
97f7d47 Added Awesome/Monad type "auto" layouts 29 December 2016, 19:31:30 UTC
aab360b Add redshift support 28 December 2016, 07:04:51 UTC
6a1df17 Fix user-set LD_LIBRARY_PATH 28 December 2016, 00:39:37 UTC
1882cb6 Merge pull request #1017 from zandrmartin/swaylock-scaling-mode fix #971 28 December 2016, 00:23:45 UTC
f84217d fix #971 27 December 2016, 23:54:50 UTC
51c367d Update README.md 27 December 2016, 18:28:29 UTC
725582c Merge pull request #1014 from cyphar/swaylock-fix-focus sway: extensions: make locking give back focus 26 December 2016, 16:06:20 UTC
0925902 sway: extensions: make locking give back focus Don't switch the internal tracking of focus to the swaylock surface, to allow for switching back to the previously active window (or the currently active window, if some new process changed). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> 26 December 2016, 09:00:17 UTC
29a535a sway: extensions: only unlock if lock_surfaces.length == 0 When destroying lock surfaces, we really should only unlock a desktop_shell if the set of lock surfaces has dropped to zero (since callers need to do a set_lock_surface for every output). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> 26 December 2016, 08:23:07 UTC
36e48fc Update default swaybar command Fixes #988 23 December 2016, 16:21:18 UTC
800d206 Clear swaylock properly during re-render Fixes #999 20 December 2016, 20:53:42 UTC
back to top