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
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "Left", function() | |
local win = hs.window.focusedWindow() | |
local currentWindow = win:frame() | |
local screen = win:screen() | |
local screenFrame = screen:frame() | |
local half = screenFrame.w / 2 | |
local third = screenFrame.w / 3 | |
local twothirds = screenFrame.w - third |
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
<html> | |
<body> | |
<esi:include src="/geo_information" /> | |
</body> | |
</html> |