update colours
This commit is contained in:
parent
c643413742
commit
56f3737999
1 changed files with 19 additions and 3 deletions
22
config.h
22
config.h
|
|
@ -122,12 +122,28 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
|
||||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||||
|
|
||||||
/* commands */
|
/* commands */
|
||||||
static const char *termcmd[] = { "foot", "-f", "BlexMono Nerd Font:size=16", "fish", NULL };
|
static const char *termcmd[] = { "foot",
|
||||||
static const char *menucmd[] = { "wmenu-run", "-f", "BlexMono Nerd Font 16", "-b", NULL };
|
"-f", "BlexMono Nerd Font:size=16",
|
||||||
|
"fish",
|
||||||
|
NULL
|
||||||
|
};
|
||||||
|
static const char *menucmd[] = {
|
||||||
|
"wmenu-run",
|
||||||
|
"-f", "BlexMono Nerd Font Normal 16",
|
||||||
|
"-b",
|
||||||
|
"-S", "026873",
|
||||||
|
"-N", "181926",
|
||||||
|
NULL
|
||||||
|
};
|
||||||
static const char *lockcmd[] = { "swaylock", NULL };
|
static const char *lockcmd[] = { "swaylock", NULL };
|
||||||
static const char *screencmd[] = {"screenshot.sh", NULL };
|
static const char *screencmd[] = {"screenshot.sh", NULL };
|
||||||
static const char *screenfilecmd[] = {"screenshot-file.sh", NULL };
|
static const char *screenfilecmd[] = {"screenshot-file.sh", NULL };
|
||||||
static const char *zellijcmd[] = {"foot", "-f", "BlexMono Nerd Font:size=16", "zellij", NULL};
|
static const char *zellijcmd[] = {
|
||||||
|
"foot",
|
||||||
|
"-f", "BlexMono Nerd Font:size=16",
|
||||||
|
"zellij",
|
||||||
|
NULL
|
||||||
|
};
|
||||||
static const Key keys[] = {
|
static const Key keys[] = {
|
||||||
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
||||||
/* modifier key function argument */
|
/* modifier key function argument */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue