|
|
@ -24,7 +24,7 @@ static const char *colors[][3] = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* tagging */
|
|
|
|
/* tagging */
|
|
|
|
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
|
|
|
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
|
|
|
|
|
|
|
|
|
|
|
static const Rule rules[] = {
|
|
|
|
static const Rule rules[] = {
|
|
|
|
/* xprop(1):
|
|
|
|
/* xprop(1):
|
|
|
@ -69,7 +69,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-c", "-g", "4", "-l", "15", "-m"
|
|
|
|
static const char *termcmd[] = { "/usr/local/bin/st", NULL };
|
|
|
|
static const char *termcmd[] = { "/usr/local/bin/st", NULL };
|
|
|
|
static const char *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL };
|
|
|
|
static const char *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL };
|
|
|
|
static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL };
|
|
|
|
static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL };
|
|
|
|
static const char *filebrowse[] = { "/usr/bin/thunar", NULL };
|
|
|
|
static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "'vifm'", NULL };
|
|
|
|
static const char *sharecmd[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/shr", NULL };
|
|
|
|
static const char *sharecmd[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/shr", NULL };
|
|
|
|
static const char *viewnote[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/viewnote", NULL };
|
|
|
|
static const char *viewnote[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/viewnote", NULL };
|
|
|
|
static const char *takenote[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/note", NULL };
|
|
|
|
static const char *takenote[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/note", NULL };
|
|
|
|