about summary refs log tree commit diff
path: root/configs/linux/misc/.config/terminator/config
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-10-02T13·46-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-10-02T13·49-0400
commitf06b2edf5cb7cdac391ff4f485f05d192f8ee34c (patch)
treef9323c62ed91ff43ca685e7e64f80c011dca5797 /configs/linux/misc/.config/terminator/config
parent17ee0e400bef47c371afcae76037f9ea6a44ad13 (diff)
Support additional Linux configurations
- i3 - window manager
- Terminator - terminal preferences
- Rofi - kind of like Finder, but also like Helm and Ivy; dmenu
  replacement
Diffstat (limited to 'configs/linux/misc/.config/terminator/config')
-rw-r--r--configs/linux/misc/.config/terminator/config19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/linux/misc/.config/terminator/config b/configs/linux/misc/.config/terminator/config
new file mode 100644
index 000000000000..8409b74f32e5
--- /dev/null
+++ b/configs/linux/misc/.config/terminator/config
@@ -0,0 +1,19 @@
+[global_config]
+[keybindings]
+[layouts]
+  [[default]]
+    [[[child1]]]
+      parent = window0
+      type = Terminal
+    [[[window0]]]
+      parent = ""
+      type = Window
+[plugins]
+[profiles]
+  [[default]]
+    cursor_color = "#aaaaaa"
+    cursor_shape = ibeam
+    font = Monospace 14
+    use_system_font = False
+    scrollbar_position = "disabled"
+    show_titlebar = False