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