TitanE 1 year ago
parent 5e2ff6daf4
commit 3eccf7759f

@ -65,7 +65,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-c", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_purple, "-sf", col_black, NULL };
static const char *dmenucmd[] = { "dmenu_run", "-c", "-g", "4", "-l", "15", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_purple, "-sf", col_black, NULL };
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 };
@ -76,6 +76,7 @@ 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 *lockcmd[] = { "slock", NULL };
static const char *powercmd[] = { "bash", "~/docs/sys/gits/scripts-dotfiles/scripts/system/power", NULL };
static const char *screenshotcmd[] = { "flameshot", "gui", NULL };
static const Key keys[] = {
@ -84,6 +85,7 @@ static const Key keys[] = {
{ MODKEY, XK_e, spawn, {.v = filebrowse } },
{ MODKEY, XK_c, spawn, {.v = sharecmd } },
{ MODKEY, XK_z, spawn, {.v = bmcmd } },
{ MODKEY, XK_Delete, spawn, {.v = powercmd } },
{ MODKEY, XK_F9, spawn, {.v = volmute } },
{ MODKEY, XK_F10, spawn, {.v = voldown } },
{ MODKEY, XK_F11, spawn, {.v = volup } },

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.
Loading…
Cancel
Save