From 248bedf3fd6f4db6abc7fa57370034aec7add4c0 Mon Sep 17 00:00:00 2001 From: TitanE Date: Fri, 13 Oct 2023 13:14:26 +0300 Subject: [PATCH] optimizing shortcuts --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 7d9135b..e570109 100644 --- a/config.h +++ b/config.h @@ -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", "/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 *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 *lockcmd[] = { "slock", NULL }; -static const char *powercmd[] = { "bash", "/home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL }; +static const char *powercmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL }; static const char *screenshotcmd[] = { "flameshot", "gui", NULL }; -static const char *ytcmd[] = { "bash /home/sufyaan/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL }; +static const char *ytcmd[] = { "bash ~/docs/sys/gits/scripts-dotfiles/scripts/yt", "-g", NULL }; static const Key keys[] = { /* modifier key function argument */