mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
9 lines
185 B
Bash
9 lines
185 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# start Google Drive client
|
||
|
insync start
|
||
|
|
||
|
# Wait for the programs to start then remove attention (e.g red blinking)
|
||
|
sleep 1
|
||
|
wmctrl -r "Enpass" -b remove,demands_attention
|