TERMINATOR - Config: Difference between revisions

From IT-Arts.net
imported>Z
Created page with "Category:Post-It == Config File == The config file is in '/home/<USER>/.config/terminator' <nowiki> [global_config] suppress_multiple_term_dialog = True [keybindin..."
 
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' "
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]
 
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]'''''
 





Latest revision as of 07:03, 17 January 2026


Return to Wiki Index



Config File

The config file is in '/home/<USER>/.config/terminator'

[global_config]
  suppress_multiple_term_dialog = True
[keybindings]
  toggle_zoom = <Primary><Shift>Return
  next_tab = <Primary>Up
  prev_tab = <Primary>Down
  hide_window = <Super>z
[profiles]
  [[default]]
    background_darkness = 0.8
    background_type = transparent
    foreground_color = "#ffffff"
    scrollback_lines = 10000000
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]