Hyprland/src/managers
Nikolai Nechaev 40d8fa8491
compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033)
Renames `misc:new_window_takes_over_fullscreen` into
`misc:on_focus_under_fullscreen` and implements the following behavior:

- By default, when a tiling window is being focused on a workspace where
  a fullscreen/maximized window exists, respect
  the `misc:on_focus_under_fullscreen` config variable.
2025-11-25 22:44:26 +00:00
..
animation animation: improve animations on multi refresh rate monitors (#12418) 2025-11-23 15:48:15 +00:00
cursor cursor: refactor override handling (#12166) 2025-10-31 00:14:08 +00:00
eventLoop renderer: asynchronously load background tex (#11749) 2025-09-18 22:10:30 +02:00
input compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
permissions i18n: init localization for ANR, Permissions and Notifications (#12316) 2025-11-16 14:51:14 +00:00
ANRManager.cpp i18n: init localization for ANR, Permissions and Notifications (#12316) 2025-11-16 14:51:14 +00:00
ANRManager.hpp i18n: init localization for ANR, Permissions and Notifications (#12316) 2025-11-16 14:51:14 +00:00
CursorManager.cpp renderer: add more uniforms to the screen shader (#11986) 2025-10-20 12:22:50 +01:00
CursorManager.hpp renderer: add more uniforms to the screen shader (#11986) 2025-10-20 12:22:50 +01:00
DonationNagManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
DonationNagManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
EventManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
EventManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
HookSystemManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
HookSystemManager.hpp refactor: replace all typedef with using (#10594) 2025-05-31 14:02:02 +01:00
KeybindManager.cpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
KeybindManager.hpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
LayoutManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
LayoutManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
PointerManager.cpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
PointerManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
ProtocolManager.cpp protocols: add Fifo-v1 and commit-timing-v1 (#12052) 2025-11-06 13:25:49 +00:00
ProtocolManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
SeatManager.cpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
SeatManager.hpp protocols: implement pointer-warp-v1 (#11469) 2025-08-29 22:16:40 +02:00
SessionLockManager.cpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
SessionLockManager.hpp session-lock: don't render workspaces when locked (#10865) 2025-07-14 13:13:54 +02:00
TokenManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
TokenManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
VersionKeeperManager.cpp versionkeeper: don't pop up on initial launch 2025-05-24 20:39:36 +02:00
VersionKeeperManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
XCursorManager.cpp refactor: Use new hyprutils casts (#11377) 2025-08-14 15:44:56 +01:00
XCursorManager.hpp managers: refactor class member vars (#10242) 2025-05-02 17:07:20 +02:00
XWaylandManager.cpp compositor: Configurable behavior when window to be focused conflicts with fullscreen (#12033) 2025-11-25 22:44:26 +00:00
XWaylandManager.hpp refactor: replace all typedef with using (#10594) 2025-05-31 14:02:02 +01:00