From 9b643289b40b5b8f28607b0bb8928b5fc9b86eda Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Tue, 25 Jan 2022 10:08:47 +0100 Subject: [PATCH] Remove noisetorch from i3 config on desktop, since I'm using systemd user to start it --- templates/i3/i3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/i3/i3 b/templates/i3/i3 index 2c85d2f..9d577fd 100644 --- a/templates/i3/i3 +++ b/templates/i3/i3 @@ -71,8 +71,10 @@ exec --no-startup-id xsetwacom -v --set $drawingTabletPad Button 16 key "control exec --no-startup-id xinput set-prop "USB OPTICAL MOUSE " "libinput Middle Emulation Enabled" 1 {% endif %} +{% if device == "laptop" %} # Noisetorch exec --no-startup-id noisetorch -i -s alsa_input.pci-0000_00_1f.3.analog-stereo +{% endif %} # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen.