Remove noisetorch from i3 config on desktop, since I'm using systemd user to start it
This commit is contained in:
parent
173fa0905c
commit
9b643289b4
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user