From d83cdb025581477c5f267a79cf2e4186311fe6d3 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Sat, 3 Sep 2022 05:13:00 +0200 Subject: [PATCH] feat(screen): ensure screens are automatically setup on startup + FC bg --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index c97d62d..24ff2cf 100644 --- a/home.nix +++ b/home.nix @@ -220,6 +220,9 @@ in { command = "copyq"; notification = false; } { 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 { command = "docker start traefik"; notification = false; } ];