From 61f897b7db50de50a5a80ca62a70f31beb4c25fc Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 13 Oct 2024 15:15:33 +0200 Subject: . --- Xresources | 2 ++ emacs | 7 ++++--- xinitrc | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Xresources b/Xresources index ccf50ae..5985b2c 100644 --- a/Xresources +++ b/Xresources @@ -25,6 +25,8 @@ URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 +Emacs.font: Iosevka SS13 Extended-15 + ! yellow *.color3: #ffb319 *.color11: #ffb319 diff --git a/emacs b/emacs index d2c488c..81a532d 100644 --- a/emacs +++ b/emacs @@ -92,7 +92,6 @@ (column-number-mode) (line-number-mode) (display-time-mode) -(set-face-attribute 'default nil :height 170) ;; activate all thpe packages (in particular autoloads) (package-initialize) @@ -126,8 +125,10 @@ (exwm-xim-mode) (push ?\C-\\ exwm-input-prefix-keys) :hook - (exwm-update-class . (lambda () - (exwm-workspace-rename-buffer exwm-class-name)))) + ((emacs-startup . (lambda () + (set-face-attribute 'default nil :height 170))) + (exwm-update-class . (lambda () + (exwm-workspace-rename-buffer exwm-class-name))))) (use-package pinentry :ensure t diff --git a/xinitrc b/xinitrc index 6901b6a..7e8d8f4 100755 --- a/xinitrc +++ b/xinitrc @@ -7,7 +7,7 @@ export QT_IM_MODULE=xim export CLUTTER_IM_MODULE=xim xrdb -load ~/.Xresources & autocutsel & -xsetroot -solid '#282C34' & +xsetroot -solid '#FFFFFF' & ulimit -c 0 & #xclock -digital -geometry +5+1402 -face "Iosevka Aile:pixelsize=18:style=regular" -bg \#282C34 -fg \#B8BCC4 -strftime "Bogo (%Y/%m/%d) %H:%M" & gsettings set org.gnome.desktop.interface document-font-name 'Iosevka Aile' & -- cgit v1.2.3