소스 검색

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 %}