diff options
| author | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
| commit | 50adee4e79febf6f74594604e9f7083461b04227 (patch) | |
| tree | 54036701bd0957e51521e7f51d4d3b49450f22da /.config/Scripts/flash_win.sh | |
| parent | 68bd2acdc8f8040deab188c748d207d93ba923ca (diff) | |
| download | eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.gz eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.zst eibhear-50adee4e79febf6f74594604e9f7083461b04227.zip | |
"first" commit, preparing for LARBS 2.0
Diffstat (limited to '.config/Scripts/flash_win.sh')
| -rw-r--r-- | .config/Scripts/flash_win.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/Scripts/flash_win.sh b/.config/Scripts/flash_win.sh new file mode 100644 index 0000000..91d6416 --- /dev/null +++ b/.config/Scripts/flash_win.sh @@ -0,0 +1,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 |
