From fa756766e5619a97f110c1a2e51bc94b6316ce9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 10:55:22 +0200 Subject: [PATCH] py3status: Disable manual click events The modules already support the click events natively. --- i3/i3status.conf.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/i3/i3status.conf.j2 b/i3/i3status.conf.j2 index 7b9d9e8..f58d0e6 100644 --- a/i3/i3status.conf.j2 +++ b/i3/i3status.conf.j2 @@ -59,7 +59,6 @@ systemd spotify { unit = "spotify.service" user = true format = "  " - on_click 1 = "exec $HOME/.i3/scripts/toggle-app spotify" color_bad = '#F4Bf75' color_degraded = '#F4Bf75' } @@ -111,7 +110,6 @@ volume_status output { thresholds = [] command = "pactl" color_muted = '#FFFFFF' - on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle" } volume_status input { @@ -122,5 +120,4 @@ volume_status input { command = "pactl" color_muted = '#FFFFFF' is_input = True - on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle-mic" }