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
#import <AppKit/NSScreen.h> | |
#import <AppKit/AppKit.h> | |
#import <Foundation/NSString.h> | |
#import <Foundation/NSNotification.h> | |
#import <CoreGraphics/CoreGraphics.h> | |
// #include <stdio.h> | |
#include <pthread.h> | |
#include <unistd.h> | |
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
#!/usr/bin/python | |
#You may have to change some of these values to match display/dock/menubar sizes | |
xscr=1920 | |
yscr=1080 | |
yd=5 | |
xd=80 | |
xstart=0 | |
ystart=44 | |
xmax=xscr-xd |