diff options
-rw-r--r-- | .config/emacs/gnus.el | 2 | ||||
-rw-r--r-- | .config/emacs/init.el | 1 | ||||
-rw-r--r-- | .config/guix/channels.scm | 2 | ||||
-rw-r--r-- | .config/guix/modules/base.scm | 2 | ||||
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 5 | ||||
-rw-r--r-- | .config/guix/modules/xorg.scm | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
7 files changed, 5 insertions, 9 deletions
diff --git a/.config/emacs/gnus.el b/.config/emacs/gnus.el index caf93f6..c3e530f 100644 --- a/.config/emacs/gnus.el +++ b/.config/emacs/gnus.el @@ -43,4 +43,4 @@ "%5{%B%}" "%s\n")) -(require 'gnus-dired) +;; (require 'gnus-dired) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 29edaa1..c18456f 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -24,6 +24,7 @@ ;;;; gnus +(keymap-global-set "C-c m" #'gnus) (setopt readmail-command 'gnus mail-user-agent 'gnus-user-agent diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm deleted file mode 100644 index 16b4f9b..0000000 --- a/.config/guix/channels.scm +++ /dev/null @@ -1,2 +0,0 @@ -;; Add variant packages to those Guix provides. -(cons %default-channels) diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 34a4946..3f9c3dc 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -40,7 +40,6 @@ gnuzilla ;; icecat image ;; flameshot imagemagick ;; imagemagick - librewolf ;; librewolf mail ;; notmuch, offlineimap package-management ;; stow password-utils ;; pass-otp, password-store @@ -90,7 +89,6 @@ gimp-next icecat imagemagick - librewolf mpv zathura zathura-pdf-mupdf 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 } }, diff --git a/.config/guix/modules/xorg.scm b/.config/guix/modules/xorg.scm index 72afa90..cc9bdbc 100644 --- a/.config/guix/modules/xorg.scm +++ b/.config/guix/modules/xorg.scm @@ -54,6 +54,7 @@ xinit xmodmap xorg-server + xrandr xrdb xset xss-lock @@ -12,3 +12,4 @@ /.notmuch-config /.config/emacs/eshell/ /.config/emacs/modules/bd--mail.el +/.config/emacs/gnus-home/ |