Commit graph

15 commits

Author SHA1 Message Date
Theo Paris
00ec55f0ae
fix: screw xwayland 2024-03-03 23:01:49 -08:00
Kaley Fischer
da6d7c8e37
Merge pull request #6 from outfoxxed/master
sync with upstream
2024-03-02 18:01:23 +01:00
Pete Appleton
0e9077ec3d Integrate floating windows into hy3:movefocus
Move floating window if focused, even if tiled windows on same workspace

Navigate based on window middle

Feels unintuitive in use when floating overlaid on tiled

Fix: Set new monitor active when moving floating windows, remember previous workspace
2024-02-24 07:24:17 +00:00
Pete Appleton
6185efd847 Comment-out unused code instead of masking with preprocessor 2024-01-22 07:56:14 +00:00
Pete Appleton
f150886e63 Avoid GCC build warnings
- Add `default` to switch statements to ensure that a defined value is returned from non-void functions
- Add `HY3_ENABLE_UNUSED_BLOCKS` option (default: `FALSE`) which controls a `#if` pre-processor
  directive surrounding the apparently unused `unfullscreen` label (and associated block)
  in `Hy3Layout.cpp`
2024-01-20 11:51:43 +00:00
4c5fb30e76 Update: added a makefile 2024-01-03 03:50:01 +01:00
outfoxxed
92244e7285
Add hyprland version compatibility check 2023-12-05 00:48:26 -08:00
outfoxxed
1435be18d4
Refactor 2023-06-28 21:36:08 -07:00
outfoxxed
5d6b415c7f
Initial work on tab groups 2023-05-16 03:04:32 -07:00
outfoxxed
7fbee547b4
Revert "Allow manually specifying hyprland headers"
This reverts commit 2ca3a9cc37.
2023-04-30 20:31:26 -07:00
outfoxxed
2ca3a9cc37
Allow manually specifying hyprland headers 2023-04-30 13:21:54 -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
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