首页 > 系统相关 >ubuntu terminator 安装美化

ubuntu terminator 安装美化

时间:2024-04-27 11:00:11浏览次数:26  
标签:bin default desktop terminal terminator ubuntu org 美化

首先安装 terminator

apt-get install terminator

因为初始界面不太美观,可以设置一下配置文件,方法如下:

mkdir ~/.config/terminator/
nano ~/.config/terminator/config

我当前使用的配置如下:

[global_config]
  always_split_with_profile = True
  title_font = Ubuntu Mono 16
  window_state = maximise
[keybindings]
  close_term = <Primary>BackSpace
  split_horiz = <Primary>Down
  split_vert = <Primary>Right
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_image = None
    cursor_color = "#ffffff"
    cursor_shape = ibeam
    font = Ubuntu Mono 13
    foreground_color = "#ffffff"
    scrollback_lines = 50000
    show_titlebar = False
    use_system_font = False

设置默认为默认终端

# 设置为默认终端
gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
# 取消设置
gsettings reset org.gnome.desktop.default-applications.terminal exec
gsettings reset org.gnome.desktop.default-applications.terminal exec-arg

如果 terminator 打不开,可以使用以下方法

nano /usr/bin/terminator
# 将第一行的 /usr/bin/python
# 改为 /usr/bin/python2

标签:bin,default,desktop,terminal,terminator,ubuntu,org,美化
From: https://www.cnblogs.com/infinite-ryvius/p/18161825

相关文章

  • Nessus 10.7 Auto Installer for Ubuntu 22.04 (updated Apr 2024)
    Nessus10.7AutoInstallerforUbuntu22.04(updatedApr2024)发布Nessus试用版自动化安装程序,支持macOSSonoma、RHEL9和Ubuntu22.04请访问原文链接:https://sysin.org/blog/nessus-auto-install-for-ubuntu/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org......
  • 在win11电脑安装ubuntu双系统详细教程
    ​ 一、制作Ubuntu系统盘下载UbuntuISO镜像:访问Ubuntu官方网站下载最新的Ubuntu18.04LTS(长期支持版)ISO镜像。阿里云开源镜像站:https://mirrors.aliyun.com/ubuntu-releases/ 清华大学开源软件镜像网站:https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/选择想要......
  • ubuntu server 24.4升级版本提示Command terminated with exit status1
    原来使用的是ubuntuserver23.10属于一个只有9个月的临时版现在发布24.04了直接升级一下吧。第一次大版本升级查看系统版本cat/etc/os-release 更新可用升级包并卸载不再使用的包sudoaptupdate&&sudoaptfull-upgrade-y&&sudoaptautoremove更新完......
  • VMware之Ubuntu20.04拓展根目录磁盘空间
    1、改变虚拟磁盘大小关闭Ubuntu右键—>设置—>硬盘—->实用工具—>扩展填入扩展后的分区大小确定2、查看磁盘使用情况开启Ubuntu输入:df-hcl@cl:~$df-hFilesystemSizeUsedAvailUse%Mountedonudev955M0955M0%/devtmpfs......
  • Vsphere中ubuntu带桌面模板安装vmtools
    ①编辑虚拟机设置如果有读ISO文件,将其改为“客户端设备”。 ②选择"安装vmwaretools",选择"挂载"或者“是" ③进入虚拟机,发现”media/用户名/”下出现VMwareTools文件夹。sudosu切换为root,在/下新建一个文件夹,将文件夹下的tar.gz包,复制到该文件夹下,并解压缩。④进入......
  • Ubuntu 24.04 LTS (Noble Numbat) 正式版发布
    Ubuntu24.04LTS(NobleNumbat)正式版发布Canonical的第10个长期支持版本在性能工程、企业安全和开发人员体验方面树立了新标准请访问原文链接:Ubuntu24.04LTS(NobleNumbat)正式版发布,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org无耻抄袭者YuTao请......
  • Ubuntu 24.04 LTS x86_64 OVF (sysin) - VMware 虚拟机模板
    Ubuntu24.04LTSx86_64OVF(sysin)-VMware虚拟机模板Ubuntu24.04LTS(GNU/Linux6.8-genericx86_64)请访问原文链接:Ubuntu24.04LTSx86_64OVF(sysin)-VMware虚拟机模板,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org无耻抄袭者YuTao请远离本站!!!......
  • Ubuntu 22.04.4 LTS磁盘扩容
    安装gpartedsudoaptupdatesudoaptinstallgparted然后启动gpartedsudogparted启动成功会完成一个新的对话框,直接调整磁盘大小的话会提示失败扩容查看只读文件系统的详细信息,点击Information(信息)查看磁盘的挂载位置按顺序运行以下命令sudo-imount-or......
  • Ubuntu20文件系统磁盘空间不足low disk space on filesystem root——转载
      Ubuntu20文件系统磁盘空间不足lowdiskspaceonfilesystemroot天然玩家于2022-07-2307:45:00发布阅读量1w 收藏 132点赞数41分类专栏: #Ubuntu 文章标签: filesystem gparted ubuntu版权Ubuntu专栏收录该内容19篇文章1......
  • Ubuntu 16.04 LTS 升级到 Ubuntu 18.04 LTS
    Ubuntu从16.04升级到18.04版本_ubuntu16upgrade了18的库-CSDN博客......