diff --git a/module.nix b/module.nix index f1cf9e9..ed729e1 100644 --- a/module.nix +++ b/module.nix @@ -40,6 +40,7 @@ StandardInput = "tty"; StandardError = "journal"; StandardOutput = "journal"; + SyslogIdentifier = "eufon"; User = "dan"; ExecStart = run-eufon; Restart = "always"; diff --git a/run.sh b/run.sh old mode 100644 new mode 100755 diff --git a/shell.nix b/shell.nix index c3d61ce..4b6ddfd 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ in (p.overrideAttrs (o:{ # to experiment with starting sway or tinywl or something else # to see how they behave if kiwmi is being weird start_eufon(){ - kiwmi -c init.lua; + kiwmi -V -V -c init.lua; } ''; })).override { debug = true; }