font + lib + screenshot changes
This commit is contained in:
parent
74a0baccf4
commit
468edc4692
12
config.h
12
config.h
|
@ -15,9 +15,11 @@ static const unsigned int systrayspacing = 2;
|
|||
static const int systraypinningfailfirst = 1;
|
||||
static const int showsystray = 1;
|
||||
static const char *fonts[] = {
|
||||
"monospace:pixelsize=14",
|
||||
"monospace:pixelsize=20",
|
||||
"monospace:pixelsize=30",
|
||||
"JetBrainsMono Nerd Font Mono:pixelsize=14",
|
||||
"JetBrainsMono Nerd Font Mono:pixelsize=20",
|
||||
"JetBrainsMono Nerd Font Mono:pixelsize=30",
|
||||
"Noto Color Emoji:size=10:antialias=true",
|
||||
"FontAwesome:size=10"
|
||||
};
|
||||
|
||||
static const char color0[] = "#15161E";
|
||||
|
@ -217,8 +219,8 @@ static const Key keys[] = {
|
|||
// { MODKEY | ShiftMask, XK_z, spawn, {.v = (const char *[]){NULL}} },
|
||||
{ MODKEY, XK_space, zoom, {0} },
|
||||
{ MODKEY | ShiftMask, XK_space, togglefloating, {0} },
|
||||
{ 0, XK_Print, spawn, SHCMD("maim ~/Photos/Screenshots/pic-full-$(date '+%y%m%d-%H%M-%S').png") },
|
||||
{ ShiftMask, XK_Print, spawn, {.v = (const char *[]){"maimpick", NULL}} },
|
||||
{ 0, XK_Print, spawn, SHCMD("flameshot full -p ${XDG_PICTURES_DIR:-$HOME/Pictures}/$(date '+%y%m%d-%H%M-%S').png") },
|
||||
{ ShiftMask, XK_Print, spawn, {.v = (const char *[]){"dmenuflameshot", NULL}} },
|
||||
{ MODKEY, XK_Print, spawn, {.v = (const char *[]){"dmenurecord", NULL}} },
|
||||
{ MODKEY | ShiftMask, XK_Print, spawn, {.v = (const char *[]){"dmenurecord", "kill", NULL}} },
|
||||
// { MODKEY, XK_Scroll_Lock, spawn, {.v = (const char *[]){NULL}} },
|
||||
|
|
Loading…
Reference in New Issue