switched to waterfox
This commit is contained in:
parent
4c3e583ea4
commit
f280b79be2
3 changed files with 6 additions and 6 deletions
12
config.h
12
config.h
|
@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
|
|||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const unsigned int gappih = 5; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 5; /* vert inner gap between windows */
|
||||
static const unsigned int gappih = 5; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 5; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 5; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 5; /* vert outer gap between windows and screen edge */
|
||||
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
|
||||
|
@ -41,7 +41,7 @@ static const float mfact = 0.55; /* factor of master area size [0.05..0.95]
|
|||
static const int nmaster = 1; /* number of clients in master area */
|
||||
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
|
||||
|
||||
#define FORCE_VSPLIT 1 /* nrowgrid layout: force two clients to always split vertically */
|
||||
#define FORCE_VSPLIT 1 /* nrowgrid layout: force two clients to always split vertically */
|
||||
#include "vanitygaps.c"
|
||||
|
||||
static const Layout layouts[] = {
|
||||
|
@ -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
BIN
dwm
Binary file not shown.
BIN
dwm.o
BIN
dwm.o
Binary file not shown.
Loading…
Reference in a new issue