From 66f420275f5ab3fb99c737169001e4a5b71a3a1d Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:31:46 +0100 Subject: termite/config: Lowering alpha value of termite background. --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/termite/config') diff --git a/.config/termite/config b/.config/termite/config index fec0056..877362c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -35,7 +35,7 @@ foreground_bold = #ffffff background = #000000 # 20% background transparency (requires a compositor) -background = rgba(00, 00, 00, 0.9) +background = rgba(00, 00, 00, 0.79) # if unset, will reverse foreground and background highlight = #2f2f2f -- cgit v1.2.3-54-g00ecf From 2cf1ca8d92c9a46581baaa28312495b7edc5aed4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:40:56 +0100 Subject: termite/config: Explicitly adding firefox as browser, so clickable URLs will work --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/termite/config') diff --git a/.config/termite/config b/.config/termite/config index 877362c..b1158e3 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -20,7 +20,7 @@ cursor_blink = system cursor_shape = ibeam # $BROWSER is used by default -#browser = firefox +browser = firefox # set size hints for the window #size_hints = false -- cgit v1.2.3-54-g00ecf