Commit graph

50 commits

Author SHA1 Message Date
Sekhat Temporus
88267eee85 Add opposite support to change group
This will allow toggling between horizontal and veritcal layouts for
non-tabbed layouts
2023-08-17 13:17:00 +01:00
Sekhat Temporus
2acac9b1e1 Add changeephemerality dispatcher 2023-08-17 13:17:00 +01:00
Sekhat Temporus
8b12921939 update change group to match requested changes 2023-08-17 13:17:00 +01:00
Sekhat Temporus
0a889b3900 Add change group to support switching type of the current group 2023-08-17 13:17:00 +01:00
outfoxxed
2fa77b4dbc
Initial work on expand/lens nodes 2023-08-09 02:23:22 -07:00
outfoxxed
f08c7ff2e4
Fix getNextWindowCandidate returning null if a group is focused 2023-07-31 20:38:58 -07:00
outfoxxed
cd3fd91b3b
Window containment/swallowing MVP 2023-07-20 04:11:39 -07:00
outfoxxed
acf3c62aae
Fix support for window focus requests
Closes #7
2023-07-19 04:05:23 -07:00
outfoxxed
51d3991783
Add ephemeral groups 2023-07-19 03:53:23 -07:00
outfoxxed
e93aa49b23
Update to latest hyprland revision
Fix resizeActiveWindow breakage
2023-07-13 12:54:47 -07:00
outfoxxed
1435be18d4
Refactor 2023-06-28 21:36:08 -07:00
outfoxxed
ae2409d037
Give Hy3NodeType its own enum class
Was previously an anonymous enum
2023-06-28 18:11:48 -07:00
outfoxxed
b3be42109f
Fix tab resize animation playing during non-animating node resize 2023-06-28 16:46:05 -07:00
outfoxxed
98165c5b2f
Fix unclear/missing parameter names in Hy3Layout.hpp 2023-06-28 16:24:10 -07:00
outfoxxed
c087452a8f
Add focusTab index mode 2023-06-28 12:58:31 -07:00
outfoxxed
ee8c49357f
Add hy3:killactive dispatcher for killing the focused node 2023-06-25 15:29:02 -07:00
outfoxxed
5763c8fe62
Fix and document focustab 2023-06-15 00:27:58 -07:00
outfoxxed
cb90e44c1d
Add visible flag for hy3:movefocus 2023-06-11 23:00:24 -07:00
outfoxxed
ea43c60991
Change hy3:raisefocus to hy3:changefocus and add more options 2023-06-11 22:19:43 -07:00
outfoxxed
1fa5ce199b
Fix urgent state in tab bars 2023-06-09 01:19:13 -07:00
outfoxxed
37e3f273d1
Add clang-format and editorconfig 2023-06-07 03:22:17 -07:00
outfoxxed
d99f3253fb
Fix slide animations 2023-06-04 21:32:30 -07:00
outfoxxed
6331f32d1f
Allow focusing tab groups via mouse click 2023-06-04 20:26:22 -07:00
outfoxxed
1a490734ba
Add text in tab bars 2023-06-04 17:28:26 -07:00
outfoxxed
6abc418854
Fix nested tabbed groups and hidden nodes not getting recalc'd 2023-06-01 21:58:18 -07:00
outfoxxed
76551a40ef
Hide inactive tab group windows 2023-05-31 01:31:22 -07:00
outfoxxed
131a51be62
Implement damage 2023-05-30 23:23:46 -07:00
outfoxxed
910fcc0f25
Move tab create/update/delete to relevant locations
Also tab close animation
2023-05-28 23:19:35 -07:00
outfoxxed
8715516d93
Tab removal animation
Requires Hyprland#2389 (tracked in flake)
2023-05-28 17:50:22 -07:00
outfoxxed
88b0c3a68c
Merge branch 'master' into tabs 2023-05-26 23:55:20 -07:00
outfoxxed
ce9fc7cda5
Disassociate null focused node and group selection
Useful for tabs branch
2023-05-26 20:40:03 -07:00
outfoxxed
5d6b415c7f
Initial work on tab groups 2023-05-16 03:04:32 -07:00
outfoxxed
f72c5d0b48
Add once option to movewindow 2023-05-10 00:49:05 -07:00
outfoxxed
443081ab24
Add split opposite mode
Also fix multiple likely segfaults
2023-05-04 03:10:06 -07:00
outfoxxed
e07477c8a9
Create getWorkspaceFocusedNode helper and fix multiple segfaults 2023-05-04 02:39:46 -07:00
outfoxxed
e57d1aec4c
Update to hyprland pkg-config
This also allows hy3 to be built as an output
2023-04-27 11:14:11 -07:00
outfoxxed
9b570f066a
Raising focus and grouped movement 2023-04-26 00:57:24 -07:00
outfoxxed
49ae28631f
Allow window shifting to break the root group
Allow window shifting to break out of the root group by wrapping it in
a new root group and breaking from the old one.

Also fix not being able to shift windows into the root group from
nested groups.
2023-04-24 02:58:53 -07:00
outfoxxed
f6bcdc3927
Some refactoring 2023-04-23 21:02:51 -07:00
outfoxxed
d6d5751886
Fix window focus tree being set to the previously focused window
Don't know why this was here tbh
2023-04-23 14:12:34 -07:00
outfoxxed
8a12cb4b64
Refactor and deduplicate recursive group distruction 2023-04-22 04:24:13 -07:00
outfoxxed
d5828c5878
Fix single group nested in a group bug 2023-04-19 02:07:47 -07:00
outfoxxed
1121d0aa66
Add node tree debug dispatcher 2023-04-19 01:58:22 -07:00
outfoxxed
be3bd8c535
Window resizing
Lots of code duplication that needs cleaning
2023-04-18 23:41:18 -07:00
outfoxxed
0a0177d019
Fix wrong window selection on close 2023-04-16 23:53:22 -07:00
outfoxxed
e1fe28f39f
Keep track of window focus similarly to i3 2023-04-16 21:56:19 -07:00
outfoxxed
32cfd86d13
Window movement, take two (now with selection movement) 2023-04-16 16:27:18 -07:00
outfoxxed
0bdf28f3bc
WIP Window Movement
Code is bad but it does mostly work
2023-04-13 14:12:48 -07:00
outfoxxed
0e854287ff
Visual indication for single-window groups & more
- Fix being able to create multiple levels of groups around a single
window
- Destroy single-member groups when they loose focus
2023-04-12 03:33:45 -07:00
outfoxxed
b171721e66
Initial commit
Some progress already but have to commit somewhere
2023-04-12 01:33:00 -07:00