switched to waterfox

This commit is contained in:
Noah Swerhun 2020-09-28 14:18:32 -05:00
parent 4c3e583ea4
commit f280b79be2
3 changed files with 6 additions and 6 deletions

View file

@ -81,8 +81,8 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *vivaldi[] = { "vivaldi-stable", NULL };
static const char *passmenu[] = { "passmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, "-l", "5", NULL };
static const char *browser[] = { "waterfox-classic", NULL };
static const char *passmenu[] = { "passmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, "-l", "5", "-i", NULL };
static const char *scrotselection[] = { "sleep", "0.5", "&&", "scrot", "-s", "~/pics/screenshots/%Y-%m-%d-%s%w%h.jpg", NULL };
static const char *manmenu[] = { "manmenu", NULL };
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "@DEFAULT_SINK@", "+2%", NULL };
@ -114,7 +114,7 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_w, spawn, {.v = vivaldi } },
{ MODKEY, XK_w, spawn, {.v = browser } },
{ MODKEY, XK_p, spawn, {.v = passmenu } },
{ MODKEY, XK_Print, spawn, {.v = scrotselection } },
{ MODKEY, XK_c, spawn, {.v = manmenu } },

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.