|
|
|
@ -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 *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL };
|
|
|
|
|
static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL };
|
|
|
|
|
static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "'vifm'", NULL };
|
|
|
|
|
static const char *filebrowse[] = { "/usr/local/bin/st", "-e", "/usr/bin/vifmrun", 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 *takenote[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/note", NULL };
|
|
|
|
|