diff options
author | bd <bdunahu@operationnull.com> | 2024-06-13 13:11:32 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-13 13:11:32 -0600 |
commit | 42e60f14b86f0e5cb4bfadfbd2310dfa44f6b9de (patch) | |
tree | d49966713501116f625fa2c8316876514a47c3fd /.config/guix/modules/dwm/config.def.h | |
parent | 083885bc6a712de0f1b03747f90f3c65a6b08ffc (diff) |
Remove my web browser (I hate the internet)
Diffstat (limited to '.config/guix/modules/dwm/config.def.h')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 821998d..0ac62fc 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -28,7 +28,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = { "dev", "web", "doc", "wte", "art", "ws6", "img", "vid", "agd" }; +static const char *tags[] = { "dev", "web", "doc", "wte", "art", "gnu", "img", "vid", "agd" }; static const Rule rules[] = { /* xprop(1): @@ -38,7 +38,6 @@ 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 }, - { "librewolf",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 }, @@ -89,7 +88,6 @@ static const char *flameselect[] = { "flameshot", "launcher", NULL }; static const char *flameall[] = { "flameshot", "full", NULL }; /* other applications */ static const char *icecmd[] = { "icecat", NULL }; -static const char *wolfcmd[] = { "librewolf", NULL }; static const char *termcmd[] = { "emacsclient", "-nc", NULL }; @@ -99,7 +97,6 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_l, spawn, SHCMD("xset s activate; slock") }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ShiftMask, XK_b, spawn, {.v = icecmd } }, - { MODKEY|ShiftMask, XK_c, spawn, {.v = wolfcmd } }, { MODKEY|ShiftMask, XK_o, spawn, SHCMD("xdotool type $(grep -v '^#' /home/bdunahu/.local/bin/bookmarks.txt | dmenu -i -l 4 | awk '{print $NF}')") }, { MODKEY|ShiftMask, XK_p, spawn, SHCMD("passmenu --type") }, { 0, XK_F2, spawn, {.v = lowerbgt } }, |