feat: added bitwarden

This commit is contained in:
2023-04-27 17:42:31 +02:00
parent 2abe975470
commit 55f777e6bc
6 changed files with 10 additions and 12 deletions

View File

@@ -1,15 +1,13 @@
#!/bin/bash
# start Google Drive client
insync start
insync start
# Wait for the programs to start then remove attention (e.g red blinking)
sleep 1
wmctrl -r "Enpass" -b remove,demands_attention
# sleep 1
# wmctrl -r "Enpass" -b remove,demands_attention
# Start gkraken if the command exists
if command -v gkraken &> /dev/null
then
gkraken --hide-window &
if command -v gkraken &>/dev/null; then
gkraken --hide-window &
fi