feat(screen): ensure screens are automatically setup on startup + FC bg
This commit is contained in:
3
home.nix
3
home.nix
@@ -220,6 +220,9 @@ in
|
|||||||
{ command = "copyq"; notification = false; }
|
{ command = "copyq"; notification = false; }
|
||||||
{ command = "numlockx on"; notification = false; } # turn verr num on
|
{ command = "numlockx on"; notification = false; } # turn verr num on
|
||||||
|
|
||||||
|
{ command = "autorandr -c"; notification = false; }
|
||||||
|
{ command = "feh --bg-scale /home/pierre/Documents/Graphisme/fc-bg-light-black.png"; notification = false; }
|
||||||
|
|
||||||
# docker run -d --net traefik --ip 172.10.0.10 --restart always -v /var/run/docker.sock:/var/run/docker.sock:ro --name traefik -p 80:80 -p 8080:8080 traefik:2.4.9 --api.insecure=true --providers.docker
|
# docker run -d --net traefik --ip 172.10.0.10 --restart always -v /var/run/docker.sock:/var/run/docker.sock:ro --name traefik -p 80:80 -p 8080:8080 traefik:2.4.9 --api.insecure=true --providers.docker
|
||||||
{ command = "docker start traefik"; notification = false; }
|
{ command = "docker start traefik"; notification = false; }
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user