diff options
| author | Luke <luke@lukesmith.xyz> | 2018-01-21 19:02:07 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-01-21 19:02:07 -0700 |
| commit | a977b8b5f5ba856dcc55534aadd97cce295c6bce (patch) | |
| tree | f0984e8e15db3a8ab8da3fdf32b04e27c9461a16 /.config/Scripts/flash_win.sh | |
| parent | 50adee4e79febf6f74594604e9f7083461b04227 (diff) | |
| download | eibhear-a977b8b5f5ba856dcc55534aadd97cce295c6bce.tar.gz eibhear-a977b8b5f5ba856dcc55534aadd97cce295c6bce.tar.zst eibhear-a977b8b5f5ba856dcc55534aadd97cce295c6bce.zip | |
clean up and folders fix
Diffstat (limited to '.config/Scripts/flash_win.sh')
| -rw-r--r-- | .config/Scripts/flash_win.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/Scripts/flash_win.sh b/.config/Scripts/flash_win.sh deleted file mode 100644 index 91d6416..0000000 --- a/.config/Scripts/flash_win.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |
