Minor updates

This commit is contained in:
Andrew Scott 2023-02-07 18:07:50 -05:00
parent 76a95786b9
commit de3404ceef
Signed by: a
GPG key ID: 7CD5A5977E4931C1
3 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = none follow = keyboard
### Geometry ### ### Geometry ###

View file

@ -419,12 +419,12 @@
:hook (org-mode . org-appear-mode)) :hook (org-mode . org-appear-mode))
(use-package mixed-pitch (use-package mixed-pitch
:hook ;:hook
(org-mode . mixed-pitch-mode) ;(org-mode . mixed-pitch-mode)
:config :config
(set-face-attribute 'default nil :font "IBM Plex Mono Light" :height 105) (set-face-attribute 'default nil :font "Hack" :height 90)
(set-face-attribute 'fixed-pitch nil :font "IBM Plex Mono Light") (set-face-attribute 'fixed-pitch nil :font "Hack" :height 90)
(set-face-attribute 'variable-pitch nil :font "DejaVu Sans")) (set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 100))
;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset) ;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset)
(use-package org-superstar (use-package org-superstar

View file

@ -43,6 +43,6 @@ xinput set-prop 10 306 1 &
xset m 10/10 100 r rate 500 30 b on & xset m 10/10 100 r rate 500 30 b on &
numlockx on & numlockx on &
{{- end }} {{- end }}
xsetroot -cursor_name left_ptr xsetroot -cursor_name left_ptr &
exec dbus-run-session bspwm exec dbus-run-session bspwm