summaryrefslogtreecommitdiff
path: root/.config/terminator
diff options
context:
space:
mode:
Diffstat (limited to '.config/terminator')
-rw-r--r--.config/terminator/config35
1 files changed, 17 insertions, 18 deletions
diff --git a/.config/terminator/config b/.config/terminator/config
index 56a7ea4..8a3b404 100644
--- a/.config/terminator/config
+++ b/.config/terminator/config
@@ -3,32 +3,31 @@
suppress_multiple_term_dialog = True
[keybindings]
help = ""
-[profiles]
- [[default]]
- background_color = "#282828"
- background_darkness = 0.97
- background_type = transparent
- cursor_color = "#ebdbb2"
- font = MesloLGS NF 11
- foreground_color = "#ebdbb2"
- show_titlebar = False
- scrollbar_position = hidden
- scrollback_infinite = True
- palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
- use_system_font = False
[layouts]
[[default]]
- [[[window0]]]
- type = Window
- parent = ""
[[[child1]]]
- type = Terminal
parent = window0
profile = default
+ type = Terminal
+ [[[window0]]]
+ parent = ""
+ type = Window
[plugins]
[[CustomCommandsMenu]]
[[[Open in Nemo]]]
+ command = (nemo ./ > /dev/null 2>&1 &)
enabled = True
name = Open in Nemo
- command = (nemo ./ > /dev/null 2>&1 &)
position = 0
+[profiles]
+ [[default]]
+ background_color = "#282828"
+ background_darkness = 0.97
+ cursor_color = "#ebdbb2"
+ font = MesloLGS NF 11
+ foreground_color = "#ebdbb2"
+ palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
+ scrollback_infinite = True
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False