From bfeac2203cebe871677dae42a42115fd5e84c00f Mon Sep 17 00:00:00 2001 From: Med Anis Jbara <74317212+medanisjbara@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:08:35 +0100 Subject: [PATCH] fix: swaybg causing sway false positives Many wlroots based WMs use swaybg to set the background. Which does occasionally cause false positives (detection of sway as a WM when it's actually not the case). --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 7fa816be..5244fc42 100755 --- a/neofetch +++ b/neofetch @@ -2323,7 +2323,7 @@ get_wm() { -e perceptia \ -e river \ -e rustland \ - -e sway \ + -e sway$ \ -e ulubis \ -e velox \ -e wavy \