This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pulse() { | |
| # pulse until window is focused | |
| i=1 | |
| # while the window is not the currently selected window | |
| while [ "$1" != "$(pfw)" ] ; do | |
| # if $i is odd (if the while loop is on an odd iteration) | |
| if [ $(echo "$i % 2" | bc) -eq 1 ] ; then | |
| chwb -c $BG $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Modified (Programmer) Dvorak Planck", | |
| "author": "Edward Hernández", | |
| "switchMount": "cherry", | |
| "switchBrand": "cherry", | |
| "switchType": "MX1A-L1xx", | |
| "pcb": true | |
| }, | |
| [ |
NewerOlder