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
| #!/bin/bash | |
| # Crude quarter tiling tool | |
| # Installation: | |
| # Move file to: /usr/local/bin/quarter-tiler | |
| # Make executable: sudo chmod +x /usr/local/bin/quarter-tiler | |
| # Assign keyboard shortcuts to commands like "quarter-tiler topleft" | |
| # Margins around windows (elementary OS native apps) | |
| # Suitable for 1600x900px standard displays |