added webserver options

This commit is contained in:
Christian Koptein 2021-01-30 09:12:04 +01:00
parent 079630f3da
commit d013c47558
2 changed files with 7 additions and 3 deletions

View File

@ -13,8 +13,8 @@ Xft.hinting: true
Xft.hintstyle: hintfull Xft.hintstyle: hintfull
! -- Fonts -- ! ! -- Fonts -- !
URxvt.font:xft:Monospace:pixelsize=15 URxvt.font:xft:SourceCodePro-Medium:pixelsize=15
URxvt.boldfont:xft:Monospace-Bold:pixelsize=15 URxvt.boldfont:xft:SourceCodePro-Bold:pixelsize=15
URxvt.letterSpace: -1 URxvt.letterSpace: -1
URxvt.perl-ext-common: default,matcher URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open URxvt.url-launcher: /usr/bin/xdg-open

View File

@ -4,6 +4,10 @@ Host kopteinvm
Port 22 Port 22
Host home Host home
HostName git.home.lan HostName 192.168.15.5
User koptein User koptein
Port 222 Port 222
Host web
HostName 192.168.15.12
User root