From 88b3965335a763c72d2b73f496c8c78aee4f6cc7 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Tue, 20 Jul 2021 20:49:48 +0200 Subject: [PATCH] smaller i3 font size added note on GDM + I3 --- .Xdefaults | 7 +++++-- README.md | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults old mode 100644 new mode 100755 index 58247de..7e651ec --- a/.Xdefaults +++ b/.Xdefaults @@ -44,6 +44,9 @@ *.color7: #a9b1d6 *.color15: #c0caf5 +*.color16: #ff9e64 +*.color17: #db4b4b + ! xterm.vt100.faceName: Terminus:style=Regular:size=10 ! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10 @@ -61,8 +64,8 @@ URxvt*urgentOnBell: true URxvt*scrollTtyOutput: false URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true -URxvt.font: xft:bitstream vera sans mono:size=12:antialias=true -URxvt.boldFont: xft:bitstream vera sans mono:bold:size=12:antialias=true +URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true +URxvt.boldFont: xft:bitstream vera sans mono:bold:size=10:antialias=true URxvt.letterSpace : -2 ! Put characters slightly closer together URxvt.termName : rxvt-unicode-256color !Urxvt*termName: screen-256color diff --git a/README.md b/README.md index 79e1f11..36f0cb8 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ If using polybar-themes, install it from the original source first to get all th - Discord: After running ``betterdiscordctl install`` go into the newly added Better Discord entry in the settings menu. - GDM: Run ``gnomeconf2gdm`` (from gdm-tools-git) after applying the GTK theme to set the colour scheme of the login screen ### Notes +- GDM does not start .xinitrc . If you are using I3, it is easier to just type in ``startx`` after logging in - Certain GTK programs, like Gimp and Firefox, might have to be set to follow the system theme from their settings - A modified version of console-solarized-git is coming in order to modify the Linux shell colours to match our theme.