A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:devtools:terminator [2014/04/01 23:50] admin [Guake] |
applications:devtools:terminator [2015/10/18 02:05] (current) admin [Terminator] |
||
---|---|---|---|
Line 11: | Line 11: | ||
To take a glance at the possibilities offered by the window layouts, have a look at [[http://www.linuxnov.com/the-complete-guide-to-configure-terminator-terminal-emulator-layouts/|this article]]... It even thought me about the //Alt-F2// shortcut to open the "command" window! | To take a glance at the possibilities offered by the window layouts, have a look at [[http://www.linuxnov.com/the-complete-guide-to-configure-terminator-terminal-emulator-layouts/|this article]]... It even thought me about the //Alt-F2// shortcut to open the "command" window! | ||
+ | |||
+ | To customize Terminator's appearance, create the //**/home/<user>/.config/terminator/config**// file, and put this content in it: | ||
+ | |||
+ | ++++ Display config file content | | ||
+ | <code> | ||
+ | [global_config] | ||
+ | title_transmit_bg_color = "#e29f12" | ||
+ | [keybindings] | ||
+ | [profiles] | ||
+ | [[default]] | ||
+ | background_image = None | ||
+ | background_darkness = 0.83 | ||
+ | scrollback_lines = 2000 | ||
+ | background_type = transparent | ||
+ | split_to_group = True | ||
+ | foreground_color = "#ffffff" | ||
+ | font = Monospace 11 | ||
+ | [layouts] | ||
+ | [[default]] | ||
+ | [[[child1]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | parent = window0 | ||
+ | [[[window0]]] | ||
+ | type = Window | ||
+ | parent = "" | ||
+ | [[h1v2]] | ||
+ | [[[child0]]] | ||
+ | position = 16:1 | ||
+ | type = Window | ||
+ | order = 0 | ||
+ | parent = "" | ||
+ | size = 1898, 1023 | ||
+ | [[[child1]]] | ||
+ | position = 684 | ||
+ | type = HPaned | ||
+ | order = 0 | ||
+ | parent = child0 | ||
+ | [[[child3]]] | ||
+ | position = 640 | ||
+ | type = HPaned | ||
+ | order = 1 | ||
+ | parent = child1 | ||
+ | [[[child5]]] | ||
+ | position = 372 | ||
+ | type = VPaned | ||
+ | order = 1 | ||
+ | parent = child3 | ||
+ | [[[child7]]] | ||
+ | position = 349 | ||
+ | type = VPaned | ||
+ | order = 1 | ||
+ | parent = child5 | ||
+ | [[[terminal2]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child1 | ||
+ | [[[terminal4]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child3 | ||
+ | [[[terminal6]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child5 | ||
+ | [[[terminal9]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 1 | ||
+ | parent = child7 | ||
+ | [[[terminal8]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child7 | ||
+ | [[v1v2]] | ||
+ | [[[child0]]] | ||
+ | position = 0:1 | ||
+ | type = Window | ||
+ | order = 0 | ||
+ | parent = "" | ||
+ | size = 1280, 751 | ||
+ | [[[child1]]] | ||
+ | position = 640 | ||
+ | type = HPaned | ||
+ | order = 0 | ||
+ | parent = child0 | ||
+ | [[[child3]]] | ||
+ | position = 375 | ||
+ | type = VPaned | ||
+ | order = 1 | ||
+ | parent = child1 | ||
+ | [[[terminal2]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child1 | ||
+ | [[[terminal5]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 1 | ||
+ | parent = child3 | ||
+ | [[[terminal4]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child3 | ||
+ | [[h2v3]] | ||
+ | [[[child0]]] | ||
+ | position = 0:0 | ||
+ | type = Window | ||
+ | order = 0 | ||
+ | parent = "" | ||
+ | size = 1918, 1057 | ||
+ | [[[child1]]] | ||
+ | position = 641 | ||
+ | type = HPaned | ||
+ | order = 0 | ||
+ | parent = child0 | ||
+ | [[[child3]]] | ||
+ | position = 665 | ||
+ | type = HPaned | ||
+ | order = 1 | ||
+ | parent = child1 | ||
+ | [[[child5]]] | ||
+ | position = 367 | ||
+ | type = VPaned | ||
+ | order = 1 | ||
+ | parent = child3 | ||
+ | [[[child7]]] | ||
+ | position = 362 | ||
+ | type = VPaned | ||
+ | order = 1 | ||
+ | parent = child5 | ||
+ | [[[terminal2]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child1 | ||
+ | [[[terminal4]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child3 | ||
+ | [[[terminal6]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child5 | ||
+ | [[[terminal9]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 1 | ||
+ | parent = child7 | ||
+ | [[[terminal8]]] | ||
+ | profile = default | ||
+ | type = Terminal | ||
+ | order = 0 | ||
+ | parent = child7 | ||
+ | [plugins] | ||
+ | </code> | ||
+ | ++++ | ||
===== Guake ===== | ===== Guake ===== | ||
Guake is also immediately available from the "Software Manager" application. | Guake is also immediately available from the "Software Manager" application. | ||
Line 44: | Line 209: | ||
==== iftop ==== | ==== iftop ==== | ||
- | It's often interesting, or even important, to monitor your network activity, to this purpose, [[display bandwidth usage on an interface|iftop]] is a must have. iftop displays bandwidth usage on a network interface, in a relatively graphical manner. It's interface is simple and clear, allowing for a clear perception of the interface activity while providing enough information to let you grasp at a glance what's exactly transiting through it. It is worth taking a minute reading the available options... | + | It's often interesting, or even important, to monitor your network activity, to this purpose, [[http://www.ex-parrot.com/~pdw/iftop/|iftop]] is a must have. iftop displays bandwidth usage on a network interface, in a relatively graphical manner. It's interface is simple and clear, allowing for a good perception of the interface activity while providing enough information to let you grasp at a glance what's exactly transiting through it. It is worth taking a minute reading the available options... |
<code> | <code> |