From eb82ac21b93cac1318c459898e98331186851f65 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 19 Jun 2023 16:17:21 +0200 Subject: up --- .local/bin/dmapps | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.local/bin/dmapps') diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 7fa9c37..3dc2377 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -208,6 +208,13 @@ sub run setsid(); exec("liferea"); } + # HexChat + elsif ($action eq "HexChat") { + $pid = fork(); + exit if $pid; + setsid(); + exec("hexchat"); + } # --- Work --- # Remmina elsif ($action eq "Remmina") { -- cgit v1.2.3