Antialias off
This commit is contained in:
parent
a77d59ee63
commit
dfff320b90
@ -2,7 +2,7 @@ font:
|
||||
normal:
|
||||
family: "CozetteVector"
|
||||
options:
|
||||
antialias: off
|
||||
antialias: on
|
||||
|
||||
bold:
|
||||
family: "CozetteVector"
|
||||
|
@ -65,7 +65,7 @@
|
||||
#+END_SRC
|
||||
** Font
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(let ((font "CozetteVector-15"))
|
||||
(let ((font "CozetteVector-13:antialias=none"))
|
||||
(set-face-attribute 'default nil :font font)
|
||||
(set-frame-font font nil t))
|
||||
#+END_SRC
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
USER=lizzy
|
||||
MACHINE_ZSH=~/scripts/machine-specific-zsh/$(hostname).zsh
|
||||
CURSOR_THEME="Oxygen 19 Pink Blossom"
|
||||
|
||||
# Some packages
|
||||
sudo pacman -S git vim \
|
||||
@ -29,7 +30,10 @@ cd ~
|
||||
pikaur -S xremap-x11-bin spotify-tui-bin \
|
||||
betterdiscord-installer-bin discord obs-studio \
|
||||
nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \
|
||||
waybar swaybg emacs-gcc-wayland-devel-bin
|
||||
waybar swaybg emacs-gcc-wayland-devel-bin swaylock-corrupter
|
||||
|
||||
# Copy cursors
|
||||
sudo cp -r ~/.icons/"$CURSOR_THEME" /usr/share/icons
|
||||
|
||||
# xremap
|
||||
sudo groupadd input
|
||||
|
Loading…
Reference in New Issue
Block a user