dotfiles/i3/scripts/startup.sh

14 lines
296 B
Bash
Raw Normal View History

2017-09-20 17:23:24 +02:00
#!/bin/bash
# start Google Drive client
2023-04-27 17:42:31 +02:00
insync start
2017-09-20 17:23:24 +02:00
# Wait for the programs to start then remove attention (e.g red blinking)
2023-04-27 17:42:31 +02:00
# sleep 1
# wmctrl -r "Enpass" -b remove,demands_attention
# Start gkraken if the command exists
2023-04-27 17:42:31 +02:00
if command -v gkraken &>/dev/null; then
gkraken --hide-window &
fi