add: signal-desktop scratchpad

This commit is contained in:
odweta
2026-06-03 18:12:12 +02:00
parent 0ff5b5d554
commit 684be21d9a
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -10,6 +10,7 @@ const char *spcmd1[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "lf", NULL };
const char *spcmd2[] = {"keepassxc", NULL };
const char *spcmd3[] = {"st", "-n", "spnmtui", "-g", "140x30", "-e", "nmtui", NULL };
const char *spcmd4[] = {"st", "-n", "spmusic", "-g", "140x30", "-e", "ncmpcpp", NULL };
const char *spcmd5[] = {"signal-desktop", NULL };
static Sp scratchpads[] = {
/* name cmd */
@@ -18,5 +19,6 @@ static Sp scratchpads[] = {
{"spkeepassxc", spcmd2},
{"spnmtui", spcmd3},
{"spmusic", spcmd4},
{"spsignal", spcmd5},
};