mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-22 07:23:49 -07:00
session-lock: don't render workspaces when locked (#10865)
Avoid rendering the workspace behind if we are locked
This commit is contained in:
committed by
GitHub
parent
d0f58baf29
commit
01971cb6c7
@@ -484,6 +484,7 @@ CConfigManager::CConfigManager() {
|
||||
registerConfigVar("misc:focus_on_activate", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:mouse_move_focuses_monitor", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:allow_session_lock_restore", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:session_lock_xray", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:close_special_on_empty", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:background_color", Hyprlang::INT{0xff111111});
|
||||
registerConfigVar("misc:new_window_takes_over_fullscreen", Hyprlang::INT{0});
|
||||
|
Reference in New Issue
Block a user