I hereby claim:
- I am gibbage on github.
- I am gibbage (https://keybase.io/gibbage) on keybase.
- I have a public key whose fingerprint is B8B4 136B 757A 54BA 4A2B E6D9 BAC5 970E F6F8 89E6
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
<meta charset=utf-8 /> | |
<title>Setting content testing hasOwnProperty</title> | |
</head> | |
<body> | |
</body> |
# Settings | |
config defaultToCurrentScreen true | |
# Shows app icons and background apps, spreads icons in the same place. | |
config windowHintsShowIcons true | |
config windowHintsIgnoreHiddenWindows false | |
config windowHintsSpread true | |
# Abstract positions | |
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY | |
alias lefthalf move screenOriginX;screenOriginY screenSizeX/2;screenSizeY |
<?xml version="1.0" encoding="UTF-8"?> | |
<templateSet group="JavaScript - Jasmine"> | |
<template name="dd" value="describe('$DESCRIPTION$', function () { $END$ });" description="insert describe block" toReformat="true" toShortenFQNames="true"> | |
<variable name="DESCRIPTION" expression="" defaultValue="" alwaysStopAt="true" /> | |
<context> | |
<option name="JAVA_SCRIPT" value="true" /> | |
</context> | |
</template> | |
<template name="it" value="it('$DESCRIPTION$', function () { $END$ });" description="insert new assertion" toReformat="false" toShortenFQNames="true"> | |
<variable name="DESCRIPTION" expression="" defaultValue="" alwaysStopAt="true" /> |
I hereby claim:
To claim this, I am signing this object:
let blacklists = ["*://mail.google.com/*", "*://inbox.google.com/*", "https://github.com/*", "https://git.realestate.com.au/*", "https://outlook.live.com/*", "https://trello.com/*"] | |
" blacklists prefixed by '@' act as a whitelist |
sudo vim /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
By default it is wifi.powersave = 3
. Change it to wifi.powersave = 0
source: http://unix.stackexchange.com/questions/269661/how-to-turn-off-wireless-power-management-permanently
I tried a few things and this was the only one that worked besides have a continual script running that turned off power management: