blob: 8a3b404ad81cfec9bce8004adac45868b8efdb5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[global_config]
enabled_plugins = CommandNotify, CustomCommandsMenu, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler
suppress_multiple_term_dialog = True
[keybindings]
help = ""
[layouts]
[[default]]
[[[child1]]]
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
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
|