|
@@ -36,7 +36,7 @@ static const char dmenufont[] = "monospace:size=10";
|
|
|
static const int colorfultag = 1; /* 0 means use SchemeSel for selected non vacant tag */
|
|
|
|
|
|
// theme
|
|
|
-#include "themes/gruvchad.h"
|
|
|
+#include "themes/onedark.h"
|
|
|
|
|
|
static const char *colors[][3] = {
|
|
|
/* fg bg border */
|
|
@@ -129,10 +129,7 @@ static const char *xd[] = {"xbacklight", "-dec", "7", NULL};
|
|
|
static Key keys[] = {
|
|
|
/* modifier key function argument */
|
|
|
{ MODKEY, XK_c, spawn, {.v = rofi } },
|
|
|
-
|
|
|
- // if you dont use st and this script my rm this and uncomment line below it!
|
|
|
- { MODKEY, XK_Return, spawn, SHCMD("~/.local/bin/./st_settings && st")},
|
|
|
- /* { MODKEY, XK_Return, spawn, {.v = termcmd }}, */
|
|
|
+ { MODKEY, XK_Return, spawn, {.v = termcmd }},
|
|
|
|
|
|
{MODKEY | ControlMask, XK_u, spawn, SHCMD("maim | xclip -selection clipboard -t image/png")},
|
|
|
{MODKEY, XK_u, spawn, SHCMD("maim --select | xclip -selection clipboard -t image/png")},
|