From 67e421f8298f9844776aa314c7b843a6eacc052f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2024 23:15:10 -0500 Subject: silence xcape stdout --- xcape/.config/systemd/user/xcape.service | 1 + 1 file changed, 1 insertion(+) diff --git a/xcape/.config/systemd/user/xcape.service b/xcape/.config/systemd/user/xcape.service index 78ca991..7b5a384 100644 --- a/xcape/.config/systemd/user/xcape.service +++ b/xcape/.config/systemd/user/xcape.service @@ -1,5 +1,6 @@ [Service] ExecStart=xcape -d -e 'Control_L=Escape;Control_R=Escape' +StandardOutput=null Restart=always [Install] -- cgit v1.2.3-54-g00ecf