10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#! /bin/bash
|
|
|
|
enpass & # start password manager and hide window
|
|
nextcloud & # start Nextcloud and hide window
|
|
|
|
sleep 2
|
|
|
|
dwmc killnamedclient Enpass
|
|
dwmc killnamedclient Nextcloud
|