Terminator 命令行终端

安装

sudo add-apt-repository ppa:gnome-terminator/ppa -y
sudo apt update
sudo apt install terminator

设置为默认

gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"

配置

vi ~/.config/terminator/config

[global_config]
  geometry_hinting = True
  sticky = True
  title_hide_sizetext = True
  suppress_multiple_term_dialog = True
  always_split_with_profile = True
  extra_styling = False
  title_use_system_font = False
  tab_position = hidden
  broadcast_default = off
  inactive_color_offset = 0.5
  title_font = Hack Nerd Font 9
[keybindings]
[profiles]
  [[default]]
    icon_bell = False
    show_titlebar = False
    background_color = "#380c2a"
    background_darkness = 0.8
    background_type = transparent
    cursor_shape = ibeam
    cursor_color = "#aaaaaa"
    font = Hack Nerd Font 9
    foreground_color = "#ffffff"
    scrollbar_position = hidden
    scrollback_infinite = True
    palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
    login_shell = True
    use_system_font = False
    copy_on_selection = True
[layouts]
  [[default]]
    [[[child0]]]
      type = Window
      parent = ""
      order = 0
      position = 44:27
      maximised = False
      fullscreen = False
      size = 1920, 1080
      last_active_window = True
    [[[child1]]]
      type = HPaned
      parent = child0
      order = 0
      position = 936
    [[[child2]]]
      type = VPaned
      parent = child1
      order = 0
      position = 506
    [[[terminal1]]]
      type = Terminal
      parent = child2
      order = 0
      profile = default
      command = cd ~;bash
    [[[terminal2]]]
      type = Terminal
      parent = child2
      order = 1
      profile = default
      command = cd ~/Downloads;bash
    [[[child3]]]
      type = VPaned
      parent = child1
      order = 1
      position = 506
    [[[terminal3]]]
      type = Terminal
      parent = child3
      order = 0
      profile = default
      command = cd ~/Documents;bash
    [[[terminal4]]]
      type = Terminal
      parent = child3
      order = 1
      profile = default
      command = cd ~/Desktop;bash

相关推荐

  1. Terminator 命令终端

    2024-01-11 16:24:05       40 阅读
  2. MacOS终端命令死循环

    2024-01-11 16:24:05       24 阅读
  3. Ubuntu/Linux Anaconda 命令终端安装

    2024-01-11 16:24:05       17 阅读
  4. 在Mac终端命令中允许下载的应用程序运行

    2024-01-11 16:24:05       37 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-11 16:24:05       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-11 16:24:05       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-11 16:24:05       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-11 16:24:05       20 阅读

热门阅读

  1. Day25- 回溯算法part05

    2024-01-11 16:24:05       38 阅读
  2. vue3+TS+pinia+cookies+axiox 实现简单登录的持久化

    2024-01-11 16:24:05       37 阅读
  3. vue 项目实现下拉加载

    2024-01-11 16:24:05       32 阅读
  4. 前端开发vscode 常用插件记录

    2024-01-11 16:24:05       39 阅读
  5. Ubuntu下wifi 无线网络的配置

    2024-01-11 16:24:05       40 阅读
  6. JVM 21 的调优指南:如何进行JVM调优,JVM调优参数

    2024-01-11 16:24:05       41 阅读