autorandr: fix automatically switching when a
...monitor is plugged or unplugged
This commit is contained in:
parent
590cb3ab40
commit
97ac64195c
|
@ -1,14 +1,4 @@
|
||||||
{ username, ... }:
|
|
||||||
{
|
{
|
||||||
# xdg.configFile."autorandr/postswitch" = {
|
|
||||||
# executable = true;
|
|
||||||
# text = ''
|
|
||||||
# #!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
|
|
||||||
services.autorandr = {
|
services.autorandr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -49,5 +39,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hooks.postswitch = {
|
||||||
|
"reload-awesome" = ''echo 'awesome.restart()' | awesome-client'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue