From d62026673b0b833f27b85f8a551cb646ae2bd751 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 13 Nov 2023 23:59:27 +0100 Subject: eww: Use ‘-n’ instead of ‘-V’ for ‘sort’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/eww/scripts/workspace-list-listener | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/eww/scripts') diff --git a/.config/eww/scripts/workspace-list-listener b/.config/eww/scripts/workspace-list-listener index 72a6543..9ad35ca 100755 --- a/.config/eww/scripts/workspace-list-listener +++ b/.config/eww/scripts/workspace-list-listener @@ -11,7 +11,7 @@ socat -u UNIX-CONNECT:"$IPC" - \ do case "$e" in c*) - ws="`printf '%s\n%s\n' "$ws" $n | sort -V`" + ws="`printf '%s\n%s\n' "$ws" $n | sort -n`" ;; d*) ws="`echo "$ws" | grep -v "^$n$"`" -- cgit v1.2.3