From cf8c449e5ecca4182c814c36e8afd3216f309c49 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 20 Jul 2024 17:34:37 +0100 Subject: [PATCH] MODIFY: Removed scaling in xresources for citadel and semita --- home/citadel.nix | 3 --- home/semita.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/home/citadel.nix b/home/citadel.nix index 6a37395..51c9191 100644 --- a/home/citadel.nix +++ b/home/citadel.nix @@ -43,9 +43,6 @@ home.file.".Xresources" = { recursive = true; text = '' - ! scale - Xft.dpi: 192 - ! st st.alpha: 0.8 St.font: monospace:pixelsize=31:antialias=true:autohint=true; diff --git a/home/semita.nix b/home/semita.nix index f23611a..ad812a7 100644 --- a/home/semita.nix +++ b/home/semita.nix @@ -43,9 +43,6 @@ home.file.".Xresources" = { recursive = true; text = '' - ! scale - Xft.dpi: 144 - ! st st.alpha: 0.8 St.font: monospace:pixelsize=21:antialias=true:autohint=true;