This file contains 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
#!/bin/bash | |
# i3gw - "ghost window" wrapper for i3 | |
# ctrl+c, ctrl+v by budRich 2017 | |
# | |
# https://www.reddit.com/r/i3wm/comments/6x5vgp/oc_i3gw/ | |
# https://gist.github.com/budRich/d09cbfd07ffdc57680fbc51ffff3687b | |
# | |
# i3-msg has an undocumented function (open) that creates | |
# empty containers, or as I call them: ghosts. |