desktop/wm: enable autorandr only when not stationary
This commit is contained in:
parent
2ae3a4e53d
commit
98095cbd97
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
|||
|
||||
# Automatically attach/detatch connected/disconnected monitors
|
||||
services.autorandr = {
|
||||
enable = config.info.graphical;
|
||||
enable = config.info.graphical && !config.info.stationary;
|
||||
ignoreLid = true;
|
||||
defaultTarget = "horizontal";
|
||||
hooks.postswitch = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue