mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Minor updates
This commit is contained in:
parent
76a95786b9
commit
de3404ceef
3 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# If this option is set to mouse or keyboard, the monitor option
|
||||
# will be ignored.
|
||||
follow = none
|
||||
follow = keyboard
|
||||
|
||||
### Geometry ###
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue