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