From b774e37d69c8fb00aa3bb553299715f609087e87 Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Thu, 30 Apr 2026 13:45:37 +0000 Subject: [PATCH] Fix the cheatsheet script exec line --- bin/hyperdeepnix-show-cheatsheets.sh | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/bin/hyperdeepnix-show-cheatsheets.sh b/bin/hyperdeepnix-show-cheatsheets.sh --- a/bin/hyperdeepnix-show-cheatsheets.sh +++ b/bin/hyperdeepnix-show-cheatsheets.sh @@ -20,7 +20,7 @@ exit 1 fi -exec swayimg \ +exec /run/current-system/sw/bin/swayimg \ --class com.markd.cheatsheet \ --scale width \ --config info.show=no \ -- tangled.sh