summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el4
-rwxr-xr-xxprofile/.xprofile1
2 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5411adb..1880871 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -254,8 +254,8 @@
           (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1))))
      ((and (eq window-system 'x)
            (not (eq system-type 'gnu/linux/windows)))
-      (set-fontset-font "fontset-default" 'unicode (font-spec :name "PT Mono" :size 17))
-      (ap/set-fonts "PT Mono" 17 "Noto Sans" 14 nil))
+      (set-fontset-font "fontset-default" 'unicode (font-spec :name "PT Mono" :size 14))
+      (ap/set-fonts "PT Mono" 14 "Noto Sans" 14 nil))
      ((and (eq window-system 'x)
            (eq system-type 'gnu/linux/windows))
       (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil))))
diff --git a/xprofile/.xprofile b/xprofile/.xprofile
index d397c3c..102db6e 100755
--- a/xprofile/.xprofile
+++ b/xprofile/.xprofile
@@ -2,4 +2,5 @@
 sh -c 'sleep 1 && xsetroot -cursor_name left_ptr' &
 xmodmap .xmodmaprc
 xrdb -I$HOME/.xresources .xresources/main
+cmst --minimized &
 sxhkd &