summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/modules/bd--themes.el2
-rw-r--r--.config/guix/modules/dwm/config.def.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index 54e7710..d494ec1 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -37,7 +37,7 @@ to.")
(3 variable-pitch regular 1.1)
(t variable-pitch regular 1.0)))
- (ef-themes-to-toggle '(ef-autumn ef-frost))
+ (ef-themes-to-toggle '(ef-winter ef-frost))
(ef-themes-common-palette-overrides
'((bg-mode-line bg-main)
(fg-mode-line fg-main)
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h
index d0e0345..3ccb73d 100644
--- a/.config/guix/modules/dwm/config.def.h
+++ b/.config/guix/modules/dwm/config.def.h
@@ -38,7 +38,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Emacs", NULL, NULL, 1 << 0, 0, -1 },
{ "Icecat", NULL, NULL, 1 << 1, 0, -1 },
- { "Chromium-browser",NULL,NULL, 1 << 1, 0, -1 },
+ // { "Chromium-browser",NULL,NULL, 1 << 1, 0, -1 },
{ "Zathura", NULL, NULL, 1 << 2, 0, -1 },
{ "libreoffice",NULL, NULL, 1 << 3, 0, -1 },
{ "Gimp", NULL, NULL, 1 << 4, 1, -1 },
@@ -88,7 +88,7 @@ static const char *flameselect[] = { "flameshot", "launcher", NULL };
static const char *flameall[] = { "flameshot", "full", NULL };
/* other applications */
static const char *icecatcmd[] = { "icecat", NULL };
-static const char *chromiumcmd[] = { "chromium", "--incognito", NULL };
+// static const char *chromiumcmd[] = { "chromium", "--incognito", NULL };
static const char *emacscmd[] = { "emacsclient", "-nc", NULL };
@@ -98,7 +98,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_l, spawn, {.v = slockcmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = emacscmd } },
{ MODKEY|ShiftMask, XK_b, spawn, {.v = icecatcmd } },
- { MODKEY|ShiftMask, XK_c, spawn, {.v = chromiumcmd } },
+ // { MODKEY|ShiftMask, XK_c, spawn, {.v = chromiumcmd } },
{ MODKEY|ShiftMask, XK_o, spawn, SHCMD("xdotool type $(grep -v '^#' /home/bdunahu/Personal/scripts/bookmarks.txt | dmenu -i -l 4 | awk '{print $NF}')") },
{ MODKEY|ShiftMask, XK_p, spawn, SHCMD("passmenu --type") },
{ 0, XK_F6, spawn, {.v = togmute } },