Hyprland/src
scorpion-26 c3b9326ba1
Honor debug:enable_stdout_logs on startup (#2197)
* Honor debug:enable_stdout_logs on startup

disableStdout is set via config in CConfigManager::init(), which is
called early in CCompositor::initServer(). initServer() always disables
stdout logs at the end though, even when stdout is enabled is config. With this commit,
the config is respected.

* Don't spam stdout message
2023-05-03 16:08:01 +01:00
..
config Honor debug:enable_stdout_logs on startup (#2197) 2023-05-03 16:08:01 +01:00
debug Add activeworkspace hyprctl command (#2202) 2023-05-02 14:51:52 +01:00
events rules: fix monitor rule with names 2023-05-03 14:58:51 +01:00
helpers workspaces: restore monitor on re-plug 2023-05-03 15:15:56 +01:00
hyprerror Declarative plugin management (#2180) 2023-05-01 15:10:53 +01:00
init disallow running with sudo 2022-05-19 19:28:15 +02:00
layout only ignore no_gaps_when_only when the workspace rule specifies a border (#2217) 2023-05-03 14:48:46 +01:00
managers internal: fix -Wsign-compare and -Wunused-variable warnings 2023-05-02 14:53:31 +01:00
plugins Declarative plugin management (#2180) 2023-05-01 15:10:53 +01:00
protocols Revert "internal: include headers from protocols/" 2023-04-27 13:55:13 +01:00
render opengl: don't use new optim with xray off on special tiled 2023-05-02 21:23:53 +01:00
wlrunstable Revert "internal: include headers from protocols/" 2023-04-27 13:55:13 +01:00
Compositor.cpp Honor debug:enable_stdout_logs on startup (#2197) 2023-05-03 16:08:01 +01:00
Compositor.hpp internal: improve fullscreen fade 2023-04-24 23:21:51 +01:00
defines.hpp internal: add tag to version, send hash in release ci 2023-04-27 14:28:40 +01:00
includes.hpp Revert "internal: include headers from protocols/" 2023-04-27 13:55:13 +01:00
main.cpp args: print help on invalid arg 2023-04-10 18:26:36 +01:00
meson.build meson: add pango deps 2023-03-20 15:39:43 +00:00
SharedDefs.hpp events: add render event for plugins 2023-04-17 23:45:03 +01:00
Window.cpp renderer: skip rendering bottom layers on fullscreen opaque 2023-04-22 12:36:54 +01:00
Window.hpp Added some workspace-specific rules (#1986) 2023-05-01 22:28:27 +01:00