From 47e308b0137308fb8ec4184be7371e06d8cf9d2e Mon Sep 17 00:00:00 2001 From: koptein Date: Sat, 27 Mar 2021 11:51:52 +0100 Subject: [PATCH] resolved conflict with hosts --- conky.conf | 1 - screenrc | 2 ++ sshconfig | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/conky.conf b/conky.conf index cd0ba10..3a39de4 100644 --- a/conky.conf +++ b/conky.conf @@ -9,7 +9,6 @@ imlib_cache_size=10, draw_shades=false, draw_outline=false, draw_borders=false, -xinerama_head = 4, gap_x=40, gap_y=150, diff --git a/screenrc b/screenrc index 1a4254c..20dae11 100644 --- a/screenrc +++ b/screenrc @@ -2,6 +2,8 @@ shell /bin/bash autodetach on +defutf8 on +defmonitor off # Big scrollback defscrollback 5000 diff --git a/sshconfig b/sshconfig index 83ec020..bc82447 100644 --- a/sshconfig +++ b/sshconfig @@ -11,3 +11,7 @@ Host home Host web HostName 192.168.15.12 User root + +Host horst + HostName 192.168.15.20 + User root