From c7f2c591c982abd93daaacdfc5fda553a3df299d Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Tue, 31 Mar 2020 15:15:22 +0200 Subject: [PATCH] Update compton.conf, update termite config --- .config/compton.conf | 3 ++- .config/termite/config | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index 6d5fcb3..1cc0264 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -30,7 +30,7 @@ inactive-opacity = 0.93; active-opacity = 1; alpha-step = 0.01; inactive-dim = 0.0; -blur-background = false; +blur-background = true; blur-kern = "3x3box"; fading = false; @@ -61,6 +61,7 @@ opacity-rule = [ "99:name *?= 'Conky'", "99:class_g = 'Darktable'", "50:class_g = 'Dmenu'", +"90:class_g = 'Rofi'", "99:name *?= 'Event'", "99:class_g = 'GIMP'", "99:name *?= 'Image'", diff --git a/.config/termite/config b/.config/termite/config index 9b35c2d..8409ba6 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -1,11 +1,11 @@ [options] -#allow_bold = true -#audible_bell = false -#bold_is_bright = true +allow_bold = true +audible_bell = false +bold_is_bright = true #cell_height_scale = 1.0 #cell_width_scale = 1.0 -#clickable_url = true -#dynamic_title = true +clickable_url = true +dynamic_title = true font = Monospace 9 #fullscreen = true #icon_name = terminal @@ -26,7 +26,7 @@ scrollback_lines = 10000 #cursor_blink = system # "block", "underline" or "ibeam" -#cursor_shape = block +cursor_shape = ibeam # Hide links that are no longer valid in url select overlay mode #filter_unmatched_urls = true