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 | |
# -------- THIS SCRIPT IS OUTDATED ------- | |
# Gnome has removed the Shell.Eval endpoint, so it won't work anymore. | |
# Feel free to use it as inspiration for something else. | |
# Original comment below. | |
# ---------------------------------------- | |
# This script programmatically moves around the windows on my screens. | |
# The JavaScript can be prototyped in Looking Glass (ALT+F2 lg). The documentation of MetaWindow can be found here: | |
# https://developer.gnome.org/meta/stable/MetaWindow.html | |
set -e |