start new:
tmux
start new with session name:
tmux new -s myname
body { | |
font-family: "Segoe UI", Arial; | |
} | |
.qwebirc-qui .lines { | |
color:#d9d9d9; background-color:#313131; | |
border-top: 1px solid #292929; | |
padding:0px 5px; | |
} | |
.qwebirc-qui .outertabbar { | |
border-bottom: 1px solid #202020; |
# | |
# Copyright (C) 2013 Vinay Sajip. New BSD License. | |
# | |
import os | |
import os.path | |
from subprocess import Popen, PIPE | |
import sys | |
from threading import Thread | |
from urllib.parse import urlparse | |
from urllib.request import urlretrieve |
; | |
; AutoHotkey Version: 1.x | |
; Language: English | |
; Platform: Win9x/NT | |
; Author: Matt Heath <[email protected]> | |
; | |
; Script Function: | |
; Remaps keys when using an Apple Keyboard with a Windows PC | |
; |
// Uncompressed version of dungeon generator, backported for MS Visual Studio 2008 | |
// Original work: https://gist.github.com/munificent/b1bcd969063da3e6c298be070a22b604 | |
// Original uncompressed version: https://gist.github.com/Joker-vD/cc5372a349559b9d1a3b220d5eaf2b01 | |
// Tested with Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64 | |
#include <time.h> // Robert Nystrom | |
#include <stdio.h> // @munificentbob | |
#include <stdlib.h> // for Ginny | |
// #include <stdbool.h> // 2008-2019 | |
typedef int bool; |
{ | |
"title": "Citrix Receiver/Workspace shenanigans", | |
"rules": [ | |
{ | |
"description": "In Citrix, change left_option to Alt key via \"⌘⌥ Command (left)-Option\"", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "left_option", | |
"modifiers": { "optional": [ "any" ] } |