Hyprland/src/layout
outfoxxed b0d5e4008b
layout: Allow the layout to control how windows are raised in groups (#3275)
* Allow the layout to control how windows are raised in groups

Previously windows could only be focused if they weren't hidden or
were part of a group. This shifts the logic for picking the window out
of a group to the layout allowing for alternate group implementations
to function normally.

* Fix doc comment consistency

* Fix tabs in comments
2023-09-12 22:37:08 +01:00
..
DwindleLayout.cpp fix(layout): remove `focusWindow` calls from `onWindowCreatedTiling` (#3233) 2023-09-10 12:55:18 +01:00
DwindleLayout.hpp dwindle: add proper movement for window move binds 2023-09-04 15:34:13 +02:00
IHyprLayout.cpp layout: Allow the layout to control how windows are raised in groups (#3275) 2023-09-12 22:37:08 +01:00
IHyprLayout.hpp layout: Allow the layout to control how windows are raised in groups (#3275) 2023-09-12 22:37:08 +01:00
MasterLayout.cpp refactor: utilize 'middle()' method for window/montior center (#3253) 2023-09-11 10:09:34 +01:00
MasterLayout.hpp master: Add orientationcycle command on MasterLayout (#3128) 2023-09-04 16:45:58 +02:00