Commit graph

155 commits

Author SHA1 Message Date
outfoxxed
cd3fd91b3b
Window containment/swallowing MVP 2023-07-20 04:11:39 -07:00
outfoxxed
2c8264b5dc
Update readme section on arch installation 2023-07-20 01:45:30 -07:00
outfoxxed
43500ae3ec
Update tracked hyprland
Fix region wrapping breakage
2023-07-19 19:56:41 -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
ad25bd27a2
Fix int/float math issue when calculating node width 2023-06-30 22:07:57 -07:00
outfoxxed
da5ad66cbc
Fix onWindowCreatedTiling not respecting selection of the root node
Would previously defer to its last focused child
2023-06-30 10:00:56 -07:00
outfoxxed
fe98ccaf9a
Fix miscalculated gaps 2023-06-29 12:58:41 -07:00
outfoxxed
a3c32868cc
Fix tab bar resize animation playing when it shouldnt 2023-06-29 08:34:22 -07:00
outfoxxed
38827014ab
Add documentation for focustab index 2023-06-28 21:38:51 -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
f4f72dc961
Fix segfault when shifting a window out of the root node 2023-06-28 12:02:34 -07:00
outfoxxed
003e63f200
Update lockfile for latest hyprland 2023-06-28 01:50:49 -07:00
outfoxxed
9a3f635db3
Fix hy3:killactive not killing floating windows 2023-06-25 21:10:53 -07:00
outfoxxed
ee8c49357f
Add hy3:killactive dispatcher for killing the focused node 2023-06-25 15:29:02 -07:00
outfoxxed
f32db7247e
Open windows after selected node (not selected window) 2023-06-25 14:37:23 -07:00
outfoxxed
f2e3c4d000
Fix tabs being clickable through floating windows 2023-06-24 01:14:41 -07:00
outfoxxed
96bd425544
Fix the last selected node on a workspace always being highlighted
If a floating window or other workspace was focused, the highlight
would remain.
2023-06-21 21:39:41 -07:00
outfoxxed
102360f96a
Make shifting a node in a single node group always break that group
The shifted node will also inherit the size of the group
2023-06-21 21:18:44 -07:00
outfoxxed
aec4d6b7da
Update readme for new arch install instructions 2023-06-17 02:42:22 -07:00
outfoxxed
5763c8fe62
Fix and document focustab 2023-06-15 00:27:58 -07:00
outfoxxed
6643cbb6d4
Update tracked hyprland 2023-06-14 21:46:43 -07:00
outfoxxed
56de6b5c48
Unhide all nodes on layout disable
Fixes all tabbed nodes disappearing on update / layout switch
2023-06-12 00:27:44 -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
3107efb73e
Wrap raiseFocus to the lowest window from the root 2023-06-11 17:00:39 -07:00
outfoxxed
7c29490cee
Fix mixed colors if a tab is both urgent and focused 2023-06-09 01:26:32 -07:00
outfoxxed
1fa5ce199b
Fix urgent state in tab bars 2023-06-09 01:19:13 -07:00
outfoxxed
4323e901c7
Animate focused/urgent state in tab bars 2023-06-09 00:36:44 -07:00
outfoxxed
3e08002068
New tab in/out animation 2023-06-09 00:18:37 -07:00
outfoxxed
37e3f273d1
Add clang-format and editorconfig 2023-06-07 03:22:17 -07:00
outfoxxed
45fb1698c1
Fix ub in windowTitleHook
Called `updateTabBarRecursive` with null thisptr.
2023-06-06 22:40:13 -07:00
outfoxxed
90f36e3b00
Fix tab bar position 2023-06-04 22:13:25 -07:00
outfoxxed
c74b108c29
Fix missing group inset 2023-06-04 22:05:21 -07:00
outfoxxed
d99f3253fb
Fix slide animations 2023-06-04 21:32:30 -07:00
outfoxxed
e833ef3960
Remove hy3:focustab from README
Currently does not work as expected.
2023-06-04 20:50:08 -07:00
outfoxxed
e298d6dee4
Remove detailed tabs section in readme 2023-06-04 20:29:54 -07:00
outfoxxed
6331f32d1f
Allow focusing tab groups via mouse click 2023-06-04 20:26:22 -07:00
outfoxxed
0b56b11d38
Fix tab in/out animation not using windowsMove 2023-06-04 19:03:30 -07:00
outfoxxed
4f4fce6d3c
Fix being able to open a stack of tab groups 2023-06-04 18:29:29 -07:00
outfoxxed
9c0fda193d
Add missing config options to README 2023-06-04 17:38:17 -07:00
outfoxxed
1a490734ba
Add text in tab bars 2023-06-04 17:28:26 -07:00
outfoxxed
7061981a1e
Merge branch 'master' into tabs 2023-06-04 14:39:53 -07:00
outfoxxed
7cd6505403
Remove explicit gcc12Stdenv in flake 2023-06-04 14:36:47 -07:00
outfoxxed
d892bb6db7
Fix hy3 dispatchers in named workspaces 2023-06-04 14:09:47 -07:00