summarylogtreecommitdiffstats
path: root/dolphin-wezterm.install
diff options
context:
space:
mode:
Diffstat (limited to 'dolphin-wezterm.install')
-rwxr-xr-xdolphin-wezterm.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/dolphin-wezterm.install b/dolphin-wezterm.install
new file mode 100755
index 000000000000..3ec7f4c3d226
--- /dev/null
+++ b/dolphin-wezterm.install
@@ -0,0 +1,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
+}