From de3404ceef81505f6f30019abb249eb29bb5653c Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 7 Feb 2023 18:07:50 -0500 Subject: [PATCH] Minor updates --- dot_config/dunst/dunstrc | 2 +- dot_config/emacs/init.el | 10 +++++----- dot_xinitrc.tmpl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc index 63eb6fb..80d8d8d 100644 --- a/dot_config/dunst/dunstrc +++ b/dot_config/dunst/dunstrc @@ -17,7 +17,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = none + follow = keyboard ### Geometry ### diff --git a/dot_config/emacs/init.el b/dot_config/emacs/init.el index 6049c22..3e8932a 100644 --- a/dot_config/emacs/init.el +++ b/dot_config/emacs/init.el @@ -419,12 +419,12 @@ :hook (org-mode . org-appear-mode)) (use-package mixed-pitch - :hook - (org-mode . mixed-pitch-mode) + ;:hook + ;(org-mode . mixed-pitch-mode) :config - (set-face-attribute 'default nil :font "IBM Plex Mono Light" :height 105) - (set-face-attribute 'fixed-pitch nil :font "IBM Plex Mono Light") - (set-face-attribute 'variable-pitch nil :font "DejaVu Sans")) + (set-face-attribute 'default nil :font "Hack" :height 90) + (set-face-attribute 'fixed-pitch nil :font "Hack" :height 90) + (set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 100)) ;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset) (use-package org-superstar diff --git a/dot_xinitrc.tmpl b/dot_xinitrc.tmpl index c72758d..d354051 100644 --- a/dot_xinitrc.tmpl +++ b/dot_xinitrc.tmpl @@ -43,6 +43,6 @@ xinput set-prop 10 306 1 & xset m 10/10 100 r rate 500 30 b on & numlockx on & {{- end }} -xsetroot -cursor_name left_ptr +xsetroot -cursor_name left_ptr & exec dbus-run-session bspwm