desktop/wm: reload qtile after autorandr switch
This commit is contained in:
parent
ae1dd1ed84
commit
fa9109f525
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ in
|
||||||
enable = config.info.graphical;
|
enable = config.info.graphical;
|
||||||
ignoreLid = true;
|
ignoreLid = true;
|
||||||
defaultTarget = "horizontal";
|
defaultTarget = "horizontal";
|
||||||
|
hooks.postswitch = {
|
||||||
|
"reload_qtile" = "qtile cmd-obj -o cmd -f reload_config";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue