aboutsummaryrefslogtreecommitdiffstats
path: root/.config/termite
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-03-29 15:01:25 +0200
committerDavid Runge <dave@sleepmap.de>2017-03-29 15:01:25 +0200
commit078eb43397a85d01b2c0398c8ce21e9e08451dd0 (patch)
treefbe0ee2604ed806ceb75d3e12c12dfacb2636545 /.config/termite
parentb46077252180e06fcd7b938b84f92055fee32238 (diff)
downloaddotfiles-078eb43397a85d01b2c0398c8ce21e9e08451dd0.tar.gz
dotfiles-078eb43397a85d01b2c0398c8ce21e9e08451dd0.tar.bz2
dotfiles-078eb43397a85d01b2c0398c8ce21e9e08451dd0.tar.xz
dotfiles-078eb43397a85d01b2c0398c8ce21e9e08451dd0.zip
.config/termite/config: Switching cursor shape back to block. Setting background alpha to a higher value (85) for better visibility.
Diffstat (limited to '.config/termite')
-rw-r--r--.config/termite/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/termite/config b/.config/termite/config
index 16d01da..3483d7c 100644
--- a/.config/termite/config
+++ b/.config/termite/config
@@ -17,7 +17,7 @@ icon_name = terminal
cursor_blink = system
# "block", "underline" or "ibeam"
-cursor_shape = ibeam
+cursor_shape = block
# $BROWSER is used by default
browser = firefox
@@ -35,7 +35,7 @@ foreground_bold = #ffffff
background = #000000
# 20% background transparency (requires a compositor)
-background = rgba(00, 00, 00, 0.79)
+background = rgba(00, 00, 00, 0.85)
# if unset, will reverse foreground and background
highlight = #2f2f2f