summarylogtreecommitdiffstats
path: root/dolphin-wezterm.install
blob: 3ec7f4c3d226751ba5133d0b4f5e88366c6b88af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo
  echo 'Change the default terminal emulator for Dolphin to WezTerm by adding this to the ~/.config/kdeglobals file:'
  echo '[General]'
  echo 'TerminalApplication=/usr/lib/dolphin-wezterm/dolphin-open-wezterm.sh'
  echo
}

post_remove() {
  echo
  echo 'Remember to remove the added section in the ~/.config/kdeglobals file:'
  echo '[General]'
  echo 'TerminalApplication=/usr/lib/dolphin-wezterm/dolphin-open-wezterm.sh'
  echo
}