This commit is contained in:
Daniel Ziltener 2024-02-02 17:28:17 +01:00
parent f085f5862f
commit 41356dbf67
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 7 additions and 34 deletions

View File

@ -144,9 +144,9 @@
("Schiene.de" "https://www.schiene.de/feed/" nil nil nil) ("Schiene.de" "https://www.schiene.de/feed/" nil nil nil)
("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil))) ("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil)))
:custom-face :custom-face
(default ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) (default ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono"))))
(fixed-pitch ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) (fixed-pitch ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono"))))
(variable-pitch ((t (:weight normal :height 130 :family "LibertinusSerif Nerd Font Propo")))) (variable-pitch ((t (:weight normal :height 135 :family "LibertinusSerif Nerd Font Propo"))))
:hook :hook
(minibuffer-setup . cursor-intangible-mode) (minibuffer-setup . cursor-intangible-mode)
:config :config
@ -245,33 +245,6 @@
:config :config
(unicode-fonts-setup)) (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) (set-frame-parameter nil 'alpha-background 90)
(add-to-list 'default-frame-alist '(alpha-background . 90)) (add-to-list 'default-frame-alist '(alpha-background . 90))
@ -533,8 +506,9 @@
(use-package xref-union (use-package xref-union
:elpaca t :elpaca t
:hook ;; :hook
cider-mode) ;; clojure-mode
)
;;;; Basic Navigation ;;;; Basic Navigation
(use-package goto-chg (use-package goto-chg

View File

@ -1,4 +1,3 @@
timeout 300 'swaylock' timeout 300 'swaylock'
timeout 800 'swaymsg "output * dpms off"' timeout 800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
resume 'swaymsg "output * dpms on"'
before-sleep 'swaylock' before-sleep 'swaylock'