This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/hyprland/startup/nextcloud_desktop.sh

11 lines
133 B
Bash
Executable File

#!/usr/bin/env zsh
# sleep some time
sleep 2s
# check if nextcloud is already running
pkill nextcloud
# start nextcloud
nextcloud