window-manager/scripts/terminal.sh

8 lines
No EOL
174 B
Bash
Executable file

#!/bin/sh
if [ -z "$1" ]; then
konsole --new-tab --workdir $HOME
exit 0;
fi
konsole --new-tab --workdir $1
hyprctl dispatch "hl.dsp.workspace.toggle_special(\"terminal\")"