From 91749ffff11679eb5cc033fd28cb322869cee13e Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 6 Apr 2026 07:19:44 -0700 Subject: [PATCH] doom config thing + adding things to gitignore --- .config/doom/config.el | 2 +- .gitignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 97a1ed2..22dfcd8 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -50,7 +50,7 @@ ;; Font Config (setq doom-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium) - doom-variable-pitch-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium :slant 'italic)) + doom-variable-pitch-font (font-spec :family "DejaVu Serif" :size 22)) (defun opal/org-font-setup () ;; Replace list hyphen with dot diff --git a/.gitignore b/.gitignore index af3dc93..ae68d43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .config/qutebrowser/quickmarks +.config/mimeapps.list .config/qutebrowser/qsettings/* .config/qutebrowser/autoconfig.yml .config/borgmatic/config.yaml @@ -7,6 +8,9 @@ .local/share/mpd .config/ncmpcpp/lyrics/ .config/zsh/.zsh_history +.config/niri/dms/ +.config/gtk-3.0/ +.config/gtk-4.0/ *.swp lazy-lock.json *.sync-conflict*