Reduced kitty font size

Joe Bellus 8 months ago
parent aff96ae20c
commit f01f261d59

@ -205,8 +205,8 @@ Set line numbering for programming modes. Currently line numbering is turned off
** Translucency
Setup some translucency to make things look nice.
#+begin_src emacs-lisp
(set-frame-parameter (selected-frame) 'alpha '(96 96))
(add-to-list 'default-frame-alist '(alpha 96 96))
(set-frame-parameter (selected-frame) 'alpha '(95 95))
(add-to-list 'default-frame-alist '(alpha 95 95))
#+end_src
** Ligatures
@ -1031,7 +1031,8 @@ Key binds for moving around and interacting with windows
"wh" '(evil-window-left :which-key "window right")
"wk" '(evil-window-up :which-key "window up")
"wj" '(evil-window-down :which-key "window down")
"wl" '(evil-window-right :which-key "window right"))
"wl" '(evil-window-right :which-key "window right")
"wn" '(make-frame :which-key "open frame"))
(define-key evil-normal-state-map (kbd "C-w C-h") 'evil-window-left)
(define-key evil-normal-state-map (kbd "C-w C-k") 'evil-window-up)

@ -4,7 +4,7 @@
* Fonts
#+begin_src conf
font_size 16.0
font_size 14.0
font_family PragmataPro Mono Liga
bold_font auto
italic_font auto
@ -19,4 +19,5 @@ cursor_shape beam
* Color
#+begin_src conf
background #222222
background_opacity 0.8
#+end_src

@ -11,11 +11,10 @@ HostKeyAlgorithms +ssh-rsa
#+begin_src conf
Host remarkable
Hostname 192.168.1.140
Hostname 192.168.1.140
User root
Port 22
IdentityFile ~/.ssh/id_rsa
Port 22
IdentityFile ~/.ssh/id_rsa
#+end_src
* Oracle Cloud
@ -57,3 +56,13 @@ User root
Port 22
IdentityFile ~/.ssh/id_rsa
#+end_src
* Black pearl
#+begin_src conf
Host blackpearl
Hostname blackpearl.5sigma.net
User joe
Port 22
IdentityFile ~/.ssh/id_rsa
#+end_src

Loading…
Cancel
Save