font + lib + screenshot changes

This commit is contained in:
Luca Bilke 2023-02-21 23:25:21 +01:00
parent 74a0baccf4
commit 468edc4692
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
2 changed files with 9 additions and 7 deletions

View File

@ -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}} },

View File

@ -6,8 +6,8 @@ VERSION = 6.4
# paths
PREFIX = /usr/local
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
X11INC = /usr/include/X11
X11LIB = /usr/lib/X11
# Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama