Guest User

Hello

a guest
Aug 8th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. A=$(activator current-mode)
  2. if [[ "$A" = "springboard"  ||  "$A" = "application" ]] ; then
  3.     activator send <listener>
  4. fi
  5.  
Advertisement
Add Comment
Please, Sign In to add comment