summaryrefslogtreecommitdiffstats
path: root/.config/Scripts/flash_win.sh
blob: 91d6416cc1d843bf4b84f2287d886c04ed51b585 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

#Flashes the active window.

#Requires transset-df and a composite manager, like xcompmgr.

transset -a -m 0
sleep .1
transset -a -x 1
sleep .1
transset -a -m 0
sleep .1
transset -a -x 1