diff options
Diffstat (limited to 'dwm-6.3/config.h')
| -rw-r--r-- | dwm-6.3/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm-6.3/config.h b/dwm-6.3/config.h index 5a8f71c..16fbdb4 100644 --- a/dwm-6.3/config.h +++ b/dwm-6.3/config.h @@ -1,4 +1,3 @@ -#include "../colors.h" #include "cmd.h" /* See LICENSE file for copyright and license details. */ @@ -17,6 +16,7 @@ static const char *fonts[] = { "Source Code Pro:size=9" , "NotoColorEmo static const char dmenufont[] = "Source Code Pro:size=9"; static const unsigned int baralpha = 0xd0; static const unsigned int borderalpha = OPAQUE; +#include "../colors.h" static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, @@ -120,7 +120,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_r, spawn, SHCMD("mpvopen") }, - { MODKEY, XK_F3, spawn, SHCMD("st ranger") }, + { MODKEY, XK_F3, spawn, SHCMD("st sfm") }, { MODKEY, XK_F5, spawn, SHCMD("st ncmpcpp") }, { MODKEY|ShiftMask, XK_f, spawn, SHCMD("firejail --noprofile --hosts-file=~/.config/surf/ads.txt tabbed surf -e") }, { MODKEY, XK_w, spawn, SHCMD("get_weather") }, |