Skip to content

Instantly share code, notes, and snippets.

@dab
dab / config.py
Created December 11, 2018 17:43
qutebrowser config.py with colors from .Xresources
# Autogenerated config.py
# Documentation:
# qute://help/configuring.html
# qute://help/settings.html
# loading color from .Xresources
# hint from https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#reading-colors-from-xresources
import subprocess
def read_xresources(prefix):
props = {}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@dab
dab / .vimrc
Created May 24, 2016 22:26
.vimrc
set nocompatible
filetype off
silent! if plug#begin('~/.vim/plugged')
Plug 'lambdatoast/elm.vim'
Plug 'wavded/vim-stylus'
Plug 'scrooloose/syntastic'
Plug 'tmux-plugins/vim-tmux'
Plug '1995eaton/vim-better-javascript-completion'
;;; packages.el --- Spacemacs Layer packages File
;;
;; Copyright (c) 2012-2014 Sylvain Benner
;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <[email protected]>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
CSS :
#flip {
position: absolute;
min-height: 460px;
width: 320px;
-webkit-perspective: 1000;
background: #000;
}
#front, #back {