浏览代码

terminal custom command

pull/1/head
父节点
当前提交
88c035e6ab
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. +0
    -2
      defaults/main.yaml
  2. +2
    -2
      templates/xfce4-terminal/terminalrc.j2

+ 0
- 2
defaults/main.yaml 查看文件

@@ -92,5 +92,3 @@ pulseaudio_jack_sink_client_name: PulseAudio
pulseaudio_jack_source_enabled: false
pulseaudio_jack_source_channels: 2
pulseaudio_jack_source_client_name: PulseAudio

home_use_xonsh_on_terminals: true

+ 2
- 2
templates/xfce4-terminal/terminalrc.j2 查看文件

@@ -31,6 +31,6 @@ ScrollingBar=TERMINAL_SCROLLBAR_NONE
BackgroundImageShading=0,530000
ScrollingUnlimited=TRUE
FontName=Monospace 12
{% if home_use_xonsh_on_terminals %}
CustomCommand=.local/bin/xonsh
{% if xterminal_custom_command is defined %}
CustomCommand={{xterminal_custom_command}}
{% endif %}