diff options
author | bd <bdunahu@colostate.edu> | 2024-05-13 22:05:05 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-13 22:05:05 -0600 |
commit | 33bfa7fb8cef4050edbb7f740a8d427ad0569b10 (patch) | |
tree | 2b6baf068c805118d44bf4db19f7066f2d76d898 /.config/guix/modules/dwm/config.def.h | |
parent | bb85451fa164e896d29be080fbfac1f5e58203ac (diff) |
Remove chromium
Diffstat (limited to '.config/guix/modules/dwm/config.def.h')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 } }, |