mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-09 19:09:14 +02:00
feat: added bitwarden
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user