mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00: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
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
# will be ignored.
|
# will be ignored.
|
||||||
follow = none
|
follow = keyboard
|
||||||
|
|
||||||
### Geometry ###
|
### Geometry ###
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue