From bae4f0b8190d3c8081be3cd13d62b212f3283522 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 30 May 2020 00:21:00 +0100 Subject: [PATCH] solaar: hide window on startup The new default behaviour is to show, not hide Signed-off-by: Joe Groocock --- .config/systemd/user/solaar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/user/solaar.service b/.config/systemd/user/solaar.service index 40062d3..4617960 100644 --- a/.config/systemd/user/solaar.service +++ b/.config/systemd/user/solaar.service @@ -5,7 +5,7 @@ After=graphical-session.target [Service] Type=simple -ExecStart=/usr/bin/solaar --restart-on-wake-up -d +ExecStart=/usr/bin/solaar --debug --restart-on-wake-up --window=hide KillMode=process Restart=on-failure