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