I hereby claim:
- I am ybbond on github.
- I am ybbond (https://keybase.io/ybbond) on keybase.
- I have a public key ASC_0o8GrbCU4gG-w5ejjtvgMfm_TEhp6PT5xIaf3BsIygo
To claim this, I am signing this object:
# Uncomment this file to turn on linter warning | |
# Source: https://github.com/flutter/flutter/blob/master/analysis_options.yaml | |
# Specify analysis options. | |
# | |
# Until there are meta linter rules, each desired lint must be explicitly enabled. | |
# See: https://github.com/dart-lang/linter/issues/288 | |
# | |
# For a list of lints, see: http://dart-lang.github.io/linter/lints/ | |
# See the configuration guide for more |
{ | |
"title": "CapsLock to Escape or Hyper", | |
"rules": [ | |
{ | |
"description": "CapsLock to Escape or Hyper", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "caps_lock", |
-------------------------------------------------------------------------------- | |
# Auth: Yohanes Bandung Bondowoso | |
# dCre: 2021-07-11 20:52 | |
# dMod: 2021-07-13 19:57 | |
# Appl: System Events, Safari | |
# Task: Toggle Picture in Picture (PiP) on and off | |
# Libs: None | |
# Osax: None | |
# Aojc: None | |
# Tags: @Applescript, @Script, @System_Events, @Safari, @Mute |
-------------------------------------------------------------------------------- | |
# Auth: Yohanes Bandung Bondowoso | |
# dCre: 2021-07-11 20:18 | |
# dMod: 2021-07-13 20:01 | |
# Appl: System Events, PIPAgent, Safari | |
# Task: Toggle Picture in Picture (PiP) on and off | |
# Libs: None | |
# Osax: None | |
# Aojc: True | |
# Tags: @Applescript, @Script, @System_Events, @PictureInPicture, @PiP, @Safari |
@import Darwin; | |
@import Foundation; | |
@import IOKit; | |
/******* | |
This should change the brightness level of a single external display connected to an M1 MBP or MBA relative to the current setting using DDC/CI. Reportedly does not work on M1 Mini. | |
Credits to @tao-j and @alin23 | |
Gists Sources: |
/** | |
* Minified by jsDelivr using Terser v5.3.5. | |
* Original file: /npm/[email protected]/darkreader.js | |
* | |
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files | |
*/ | |
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).DarkReader={})}(this,(function(e){"use strict"; | |
/*! ***************************************************************************** | |
Copyright (c) Microsoft Corporation. |
I hereby claim:
To claim this, I am signing this object:
This is the setup that I use for mutt, I have two google domain account (read as gmail) and an institution where I work and study account. This means I have two gmail accounts and one outlook 365 account that i want to sync and read via mutt.
I want to store all my email locally as I travel a lot and will be in countries without easy internet access. For this I use mbsync (iSync). As it can handle multiple account types easily and efficently.
The setup works this way
[Remote Mail Servers] <= mbsync => [Local Mail Folders]
syntax enable | |
syntax on | |
filetype plugin indent on | |
set number | |
set relativenumber | |
set tabstop=2 | |
set softtabstop=2 | |
set shiftwidth=2 |