update config

This commit is contained in:
Vaclav Uruba 2022-04-05 11:45:34 +02:00 committed by Václav Uruba
parent e6408bec6a
commit a691728b5c
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -10,8 +10,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, displ
static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "JetBrainsMono:size=11" };
static const char dmenufont[] = "JetBrainsMono:size=11";
static const char *fonts[] = { "JetBrains Mono Nerd Font:size=11" };
static const char dmenufont[] = "JetBrains Mono Nerd Font:size=11";
static const char col_dmenu_nb[] = "#50514f";
static const char col_dmenu_nf[] = "#b4adea";
static const char col_dmenu_sb[] = "#b4adea";
@ -36,7 +36,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ "Firefox", NULL, NULL, 1, 0, -1 },
};
/* layout(s) */
@ -73,7 +73,6 @@ static const char *backlightupcmd[] = { "light", "-A", "5", NULL };
static const char *backlightdowncmd[] = { "light", "-U", "5", NULL };
static const char *pavucontrolcmd[] = { "pavucontrol-qt", NULL };
static const char *slockcmd[] = { "slock", NULL };
static const char *switchkeyboardcmd[] = { "switch_keyboard_layout", NULL };
static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
@ -121,8 +120,6 @@ static const Key keys[] = {
{ MODKEY, XK_v, spawn, {.v = pavucontrolcmd } },
/* slock */
{ MODKEY, XK_s, spawn, {.v = slockcmd } },
/* keyboard layout switch */
{ MODKEY_ALT, XK_Shift_L,spawn, {.v = switchkeyboardcmd } },
};
/* button definitions */