From d013c47558f724ceea032475244fbffb5b2aa2a0 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sat, 30 Jan 2021 09:12:04 +0100 Subject: [PATCH] added webserver options --- Xdefaults | 4 ++-- sshconfig | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Xdefaults b/Xdefaults index a0dbf32..5e780bd 100644 --- a/Xdefaults +++ b/Xdefaults @@ -13,8 +13,8 @@ Xft.hinting: true Xft.hintstyle: hintfull ! -- Fonts -- ! -URxvt.font:xft:Monospace:pixelsize=15 -URxvt.boldfont:xft:Monospace-Bold:pixelsize=15 +URxvt.font:xft:SourceCodePro-Medium:pixelsize=15 +URxvt.boldfont:xft:SourceCodePro-Bold:pixelsize=15 URxvt.letterSpace: -1 URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open diff --git a/sshconfig b/sshconfig index f6ee625..83ec020 100644 --- a/sshconfig +++ b/sshconfig @@ -4,6 +4,10 @@ Host kopteinvm Port 22 Host home - HostName git.home.lan + HostName 192.168.15.5 User koptein Port 222 + +Host web + HostName 192.168.15.12 + User root