_settings = {
	sensitivity = 32, --turn this down to make the cursor move faster, turn it up to make it move slower. General range is 24 - 64
	deadzone = 32, --turn this up if the cursor moves when you're not touching the analog stick but don't put it above about 100
	workspacelimit = 4, --maximum number of workspaces
	windowsperws = 6, --maximum number of windows per workspace; do not set higher than 8 or menu bars will start going offscreen
	menubary = 256, --y position for the menubar, change this to 0 to make the menu bar appear at the top of the screen
	windowbgc = Color.new(0,100,255,100), --color for the backgrounds of windows
	windowbc = Color.new(0,0,255), --color for the bars of windows
	windowtc = Color.new(255,255,255), --color for text in windows
	windowhtc = Color.new(0,0,0), --color for highlighted or selected text in windows
	baritembgc = Color.new(0,100,255,100), --color for the background of menu bar items
	baritembc = Color.new(0,0,255), --color for the border of menu bar items
	baritemtc = Color.new(255,255,255), --color for text in menu bar items
	barbgc = Color.new(255,255,255), --color for the background of the menu bar
	menuboxw = 100, --width of the start box
	menuboxh = 150, --height of the start box
	alertboxc = Color.new(255,255,255), --color for alert boxes
	alertboxtc = Color.new(0,0,0), --color for text inside alert boxes
	cursorbc = Color.new(0,0,0), --color for the background of cursor
	cursorbgc = Color.new(255,255,255) --color for the border of the cursor
}
