|
|
|
@ -73,12 +73,12 @@ static const char *volup[] = { "/usr/bin/volume", "up", NULL };
|
|
|
|
|
static const char *voldown[] = { "/usr/bin/volume", "down", NULL };
|
|
|
|
|
static const char *volmute[] = { "/usr/bin/volume", "mute", NULL };
|
|
|
|
|
static const char *filebrowse[] = { "/usr/bin/thunar", NULL };
|
|
|
|
|
static const char *sharecmd[] = { "/usr/local/bin/st", "-c", "floating-term", "-g", "130x35", "-e", "~/docs/sys/gits/scripts-dotfiles/scripts/shr", NULL };
|
|
|
|
|
static const char *bmcmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/bookmarks", 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 *bmcmd[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/bookmarks", NULL };
|
|
|
|
|
static const char *lockcmd[] = { "slock", NULL };
|
|
|
|
|
static const char *powercmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL };
|
|
|
|
|
static const char *powercmd[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL };
|
|
|
|
|
static const char *screenshotcmd[] = { "flameshot", "gui", NULL };
|
|
|
|
|
static const char *ytcmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL };
|
|
|
|
|
static const char *ytcmd[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL };
|
|
|
|
|
|
|
|
|
|
static const Key keys[] = {
|
|
|
|
|
/* modifier key function argument */
|
|
|
|
|