Fixed focus shortcut

Fixed the right shortcut and added description
This commit is contained in:
Tibo De Peuter 2022-06-29 17:42:20 +02:00
parent ecefc72e47
commit cc6c046bac

View file

@ -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 )