update config
This commit is contained in:
parent
e6408bec6a
commit
a691728b5c
@ -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 showsystray = 1; /* 0 means no systray */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "JetBrainsMono:size=11" };
|
static const char *fonts[] = { "JetBrains Mono Nerd Font:size=11" };
|
||||||
static const char dmenufont[] = "JetBrainsMono:size=11";
|
static const char dmenufont[] = "JetBrains Mono Nerd Font:size=11";
|
||||||
static const char col_dmenu_nb[] = "#50514f";
|
static const char col_dmenu_nb[] = "#50514f";
|
||||||
static const char col_dmenu_nf[] = "#b4adea";
|
static const char col_dmenu_nf[] = "#b4adea";
|
||||||
static const char col_dmenu_sb[] = "#b4adea";
|
static const char col_dmenu_sb[] = "#b4adea";
|
||||||
@ -36,7 +36,7 @@ static const Rule rules[] = {
|
|||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
{ "Firefox", NULL, NULL, 1, 0, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* 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 *backlightdowncmd[] = { "light", "-U", "5", NULL };
|
||||||
static const char *pavucontrolcmd[] = { "pavucontrol-qt", NULL };
|
static const char *pavucontrolcmd[] = { "pavucontrol-qt", NULL };
|
||||||
static const char *slockcmd[] = { "slock", NULL };
|
static const char *slockcmd[] = { "slock", NULL };
|
||||||
static const char *switchkeyboardcmd[] = { "switch_keyboard_layout", NULL };
|
|
||||||
static const char scratchpadname[] = "scratchpad";
|
static const char scratchpadname[] = "scratchpad";
|
||||||
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
|
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
|
||||||
|
|
||||||
@ -121,8 +120,6 @@ static const Key keys[] = {
|
|||||||
{ MODKEY, XK_v, spawn, {.v = pavucontrolcmd } },
|
{ MODKEY, XK_v, spawn, {.v = pavucontrolcmd } },
|
||||||
/* slock */
|
/* slock */
|
||||||
{ MODKEY, XK_s, spawn, {.v = slockcmd } },
|
{ MODKEY, XK_s, spawn, {.v = slockcmd } },
|
||||||
/* keyboard layout switch */
|
|
||||||
{ MODKEY_ALT, XK_Shift_L,spawn, {.v = switchkeyboardcmd } },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* button definitions */
|
/* button definitions */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user