From d9b7ae42a88c70c36e74b245057628b0f017f759 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Mon, 22 Oct 2018 23:41:39 -0500 Subject: [PATCH] Add Terminator config/dependency --- README.md | 3 +-- home/terminator/config | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 home/terminator/config diff --git a/README.md b/README.md index 2cf008b..6e483a9 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,13 @@ For example, you may want to add commands such as `git config --global user.name ## i3 information My dotfiles now include my personalized i3 configuration if you also run the i3wm. -This config is loosly based off of [i3wm-themer](https://github.com/unix121/i3wm-themer) and may be required as a dependency. * [i3-gaps](https://github.com/Airblader/i3) WM * [i3blocks](https://github.com/vivien/i3blocks) i3bar scheduler * [i3lock-fancy](https://github.com/meskarune/i3lock-fancy) locker * [rofi](https://github.com/DaveDavenport/rofi) launcher * [Adobe's Source Code Pro](https://github.com/adobe-fonts/source-code-pro) font -* [rxvt-unicode](https://wiki.archlinux.org/index.php/Rxvt-unicode) terminal +* [terminator](https://wiki.archlinux.org/index.php/Terminator) terminal * [feh](https://feh.finalrewind.org/) Image viewer/wallpaper * [xcompmgr](https://wiki.archlinux.org/index.php/Xcompmgr) Compisiton Manager (window transparency) diff --git a/home/terminator/config b/home/terminator/config new file mode 100644 index 0000000..1b34600 --- /dev/null +++ b/home/terminator/config @@ -0,0 +1,20 @@ +[global_config] + enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler + inactive_color_offset = 0.84347826087 + title_transmit_bg_color = "#243433" +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_darkness = 0.91 + background_type = transparent + cursor_color = "#aaaaaa" + scrollback_infinite = True