diff --git a/home/emacs/init.el b/home/emacs/init.el index ebdc6b1..47fdf88 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -144,9 +144,9 @@ ("Schiene.de" "https://www.schiene.de/feed/" nil nil nil) ("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil))) :custom-face - (default ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) - (fixed-pitch ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) - (variable-pitch ((t (:weight normal :height 130 :family "LibertinusSerif Nerd Font Propo")))) + (default ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono")))) + (fixed-pitch ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono")))) + (variable-pitch ((t (:weight normal :height 135 :family "LibertinusSerif Nerd Font Propo")))) :hook (minibuffer-setup . cursor-intangible-mode) :config @@ -245,33 +245,6 @@ :config (unicode-fonts-setup)) -;; (use-package ligature -;; :config -;; (ligature-set-ligatures -;; 't -;; '(";;" -;; ;; SS01 -;; "==" "===" "=/=" "!=" "!==" "/=" "/==" "~~" "=~" "!~" -;; ;; SS02 -;; ">=" "<=" -;; ;; SS03 -;; "->" "<-" "=>" "" "<~" "<~~" "~>" "~~>" "<~>" -;; ;; SS04 -;; "" "" "/\\" "\\/" -;; ;; SS05 -;; "|>" "<|" -;; ;; SS06 -;; "##" "###" -;; ;; SS07 -;; "***" "/*" "*/" "/*/" "(*" "*)" "(*)" -;; ;; SS08 -;; ".=" ".-" "..<" -;; ;; CALT -;; "//" "///" "&&" "!!" "??" "?." "?:" "||" "::" ":::" ";;" ".." "..." "=!=" "#=" ":=" "=:" "=:=" -;; ":>" ">:" "<:" ":<" "..=" "..-" -;; )) -;; (global-ligature-mode nil)) - (set-frame-parameter nil 'alpha-background 90) (add-to-list 'default-frame-alist '(alpha-background . 90)) @@ -533,8 +506,9 @@ (use-package xref-union :elpaca t - :hook - cider-mode) + ;; :hook + ;; clojure-mode + ) ;;;; Basic Navigation (use-package goto-chg diff --git a/home/swayidle/config b/home/swayidle/config index eaac94d..5867384 100644 --- a/home/swayidle/config +++ b/home/swayidle/config @@ -1,4 +1,3 @@ timeout 300 'swaylock' -timeout 800 'swaymsg "output * dpms off"' -resume 'swaymsg "output * dpms on"' +timeout 800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock'