suicide
This commit is contained in:
parent
eec07d2be1
commit
72aecf176a
5 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
super + shift + d
|
||||
super + shift + r
|
||||
brwmenu
|
||||
super + shift + b
|
||||
mullvad-browser-bin
|
||||
|
@ -15,4 +15,4 @@ super + shift + n
|
|||
super + shift + v
|
||||
vesktop-bin
|
||||
super + shift + g
|
||||
st -e btop
|
||||
st -e htop
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f2552ce7a8437dcff48db72b6446b62105a78858
|
||||
Subproject commit 5d206603f6d85a849a830b088e3d771e8da908fb
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "DepartureMono:size=13:antialias=true:autohint=true";
|
||||
static char *font = "monospace:size=13:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
@ -102,28 +102,28 @@ float alpha_def;
|
|||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
/* 8 normal colors */
|
||||
"#282828", // black (soft bg)
|
||||
"#fb4934", // red
|
||||
"#b8bb26", // green
|
||||
"#fabd2f", // yellow
|
||||
"#83a598", // blue
|
||||
"#d3869b", // magenta
|
||||
"#8ec07c", // cyan
|
||||
"#ebdbb2", // white (light fg)
|
||||
"#282828",
|
||||
"#fb4934",
|
||||
"#b8bb26",
|
||||
"#fabd2f",
|
||||
"#83a598",
|
||||
"#d3869b",
|
||||
"#8ec07c",
|
||||
"#ebdbb2",
|
||||
|
||||
/* 8 bright colors */
|
||||
"#3c3836", // bright black
|
||||
"#cc241d", // bright red
|
||||
"#98971a", // bright green
|
||||
"#d79921", // bright yellow
|
||||
"#458588", // bright blue
|
||||
"#b16286", // bright magenta
|
||||
"#689d6a", // bright cyan
|
||||
"#f9f5d7", // bright white
|
||||
"#3c3836",
|
||||
"#cc241d",
|
||||
"#98971a",
|
||||
"#d79921",
|
||||
"#458588",
|
||||
"#b16286",
|
||||
"#689d6a",
|
||||
"#f9f5d7",
|
||||
|
||||
[255] = 0,
|
||||
"gray90", // default foreground colour
|
||||
"#000000", // default background colour
|
||||
"#ebdbb2", // foreground (light creamy)
|
||||
"#1a1a1a", // background (dark moody grey, almost black but not)
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
BIN
suckless/st/st
BIN
suckless/st/st
Binary file not shown.
BIN
suckless/st/x.o
BIN
suckless/st/x.o
Binary file not shown.
Loading…
Add table
Reference in a new issue