Files
omarchycn/bin/omarchy-restart-shell
T

11 lines
270 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Restart the Omarchy shell
# omarchy:examples=omarchy restart shell
CONFIG_DIR="$OMARCHY_PATH/shell"
quickshell kill -p "$CONFIG_DIR" --any-display >/dev/null 2>&1 || true
sleep 0.2
setsid quickshell -n -p "$CONFIG_DIR" >/dev/null 2>&1 &