From cc6c046bac96129010d6a19fa95b1b152a8312f6 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 29 Jun 2022 17:42:20 +0200 Subject: [PATCH] Fixed focus shortcut Fixed the right shortcut and added description --- scripts/focus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/focus.sh b/scripts/focus.sh index a239c21..37f9bcd 100755 --- a/scripts/focus.sh +++ b/scripts/focus.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Script to toggle black background to focus +# Script to toggle black background to focus on sway # Get instances of swaybg, except for the 'standard' one. list=$( pgrep swaybg | head -n -1 )