desktop/wm: remove autorandr post-switch hook

This commit is contained in:
Infinidoge 2024-04-09 18:15:18 -04:00
parent f0c42df84e
commit bb583ee83c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -38,9 +38,6 @@ in
enable = config.info.graphical && !config.info.stationary;
ignoreLid = true;
defaultTarget = "horizontal";
hooks.postswitch = {
"reload_qtile" = "qtile cmd-obj -o cmd -f reload_config";
};
};
services.xserver.enable = true;