summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--fontconfig/fonts.conf13
-rw-r--r--launch/config2
3 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f9a4191..1330c79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
!redshift
!x11
!zsh
+!fontconfig
nvim/lazy-lock.json
nvim/.netrwhist
diff --git a/fontconfig/fonts.conf b/fontconfig/fonts.conf
new file mode 100644
index 0000000..bcb249f
--- /dev/null
+++ b/fontconfig/fonts.conf
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+
+<fontconfig>
+ <match target="pattern">
+ <test name="family" compare="eq" qual="any">
+ <string>Tamzen</string>
+ </test>
+ <edit name="antialias" mode="assign">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>
diff --git a/launch/config b/launch/config
index d0b63cb..703b8e0 100644
--- a/launch/config
+++ b/launch/config
@@ -19,7 +19,7 @@ halt|off|poweroff|shutdown
doas poweroff
^
^
- ^
+ doas systemctl poweroff
suspend|zzz
doas systemctl suspend
^