diff options
author | William Carroll <wpcarro@gmail.com> | 2019-10-09T11·13+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-12-24T15·21+0000 |
commit | 6b456c1b7a4f6899f063a6e65355af51901d9c7a (patch) | |
tree | cfc70d74818ae9fabdbbfb0cf16cce092e4c1a09 /configs/shared/misc/.config/terminator/config | |
parent | a7c72adb2ebec1e497fc040eaf3551d564d61a5b (diff) |
Massive configuration overhaul
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs
Diffstat (limited to 'configs/shared/misc/.config/terminator/config')
-rw-r--r-- | configs/shared/misc/.config/terminator/config | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configs/shared/misc/.config/terminator/config b/configs/shared/misc/.config/terminator/config deleted file mode 100644 index 5e62b9d4be5c..000000000000 --- a/configs/shared/misc/.config/terminator/config +++ /dev/null @@ -1,20 +0,0 @@ -[global_config] -[keybindings] -[layouts] - [[default]] - [[[child1]]] - parent = window0 - type = Terminal - [[[window0]]] - parent = "" - type = Window -[plugins] -[profiles] - [[default]] - background_type = transparent - cursor_color = "#aaaaaa" - cursor_shape = ibeam - font = Source Code Pro 12 - scrollbar_position = hidden - show_titlebar = False - use_system_font = False |