diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index ef26f44..a44e11d 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -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 diff --git a/suckless/dwm b/suckless/dwm index f2552ce..5d20660 160000 --- a/suckless/dwm +++ b/suckless/dwm @@ -1 +1 @@ -Subproject commit f2552ce7a8437dcff48db72b6446b62105a78858 +Subproject commit 5d206603f6d85a849a830b088e3d771e8da908fb diff --git a/suckless/st/config.h b/suckless/st/config.h index e87ee06..58a801d 100644 --- a/suckless/st/config.h +++ b/suckless/st/config.h @@ -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) }; /* diff --git a/suckless/st/st b/suckless/st/st index 6eef2f0..afd36a3 100755 Binary files a/suckless/st/st and b/suckless/st/st differ diff --git a/suckless/st/x.o b/suckless/st/x.o index 72b1b55..dd7e5c1 100644 Binary files a/suckless/st/x.o and b/suckless/st/x.o differ