Browse Source

terminal custom command

pull/1/head
parent
commit
88c035e6ab
2 changed files with 2 additions and 4 deletions
  1. +0
    -2
      defaults/main.yaml
  2. +2
    -2
      templates/xfce4-terminal/terminalrc.j2

+ 0
- 2
defaults/main.yaml View File

@@ -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 View File

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