From abce99d8a8aae226d883090ec7ad82ed3a93b09f Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 29 Oct 2015 03:27:23 -0400 Subject: [PATCH] add compton, multi-res terminator --- .config/terminator/config | 33 +++++++++++++++++++++++++++++++-- .xinitrc | 3 +++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index c1dd2bf..b44fcc0 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -14,15 +14,44 @@ [profiles] [[default]] scrollbar_position = hidden - scrollback_infinite = True use_system_font = False background_darkness = 0.8 background_type = transparent background_image = None foreground_color = "#ffffff" show_titlebar = False - #font = Ubuntu Mono 14 font = Inconsolata Medium 15 + scrollback_infinite = True + [[Large]] + scrollbar_position = hidden + use_system_font = False + background_darkness = 0.8 + background_type = transparent + background_image = None + foreground_color = "#ffffff" + show_titlebar = False + font = Inconsolata Medium 32 + scrollback_infinite = True + [[Medium]] + scrollbar_position = hidden + use_system_font = False + background_darkness = 0.8 + background_type = transparent + background_image = None + foreground_color = "#ffffff" + show_titlebar = False + font = Inconsolata Medium 26 + scrollback_infinite = True + [[4k]] + scrollbar_position = hidden + use_system_font = False + background_darkness = 0.8 + background_type = transparent + background_image = None + foreground_color = "#ffffff" + show_titlebar = False + font = Inconsolata Medium 18 + scrollback_infinite = True [layouts] [[default]] [[[child1]]] diff --git a/.xinitrc b/.xinitrc index 0d287e7..69de98c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -17,6 +17,9 @@ synclient PalmDetect=1 #fi ~/.fehbg & +if command -v compton &>/dev/null; then + compton --inactive-dim 0.2 & +fi #exec awesome #exec i3 exec dbus-launch --sh-syntax --exit-with-session i3