- maim
- xclip
Set this on your i3 config file ~/.i3/config
# Screenshots
| FROM traefik:v2.3.2 | |
| COPY traefik.yml /etc/traefik/traefik.yml | |
| RUN mkdir /etc/traefik/conf | |
| COPY tls.yml /etc/traefik/conf | |
| COPY http.yml /etc/traefik/conf |
| cmake_minimum_required(VERSION 3.17) | |
| set(CMAKE_SYSTEM_NAME Generic) | |
| set(CMAKE_SYSTEM_VERSION 1) | |
| # specify cross compilers and tools | |
| set(CMAKE_C_COMPILER arm-none-eabi-gcc) | |
| set(CMAKE_CXX_COMPILER arm-none-eabi-g++) | |
| set(CMAKE_ASM_COMPILER arm-none-eabi-gcc) | |
| set(CMAKE_AR arm-none-eabi-ar) | |
| set(CMAKE_OBJCOPY arm-none-eabi-objcopy) | |
| set(CMAKE_OBJDUMP arm-none-eabi-objdump) |
| /* ~/Library/KeyBindings/DefaultKeyBinding.Dict | |
| This file remaps the key bindings of a single user on Mac OS X 10.5 to more | |
| closely match default behavior on Windows systems. This makes the Command key | |
| behave like Windows Control key. To use Control instead of Command, either swap | |
| Control and Command in Apple->System Preferences->Keyboard->Modifier Keys... | |
| or replace @ with ^ in this file. | |
| Here is a rough cheatsheet for syntax. | |
| Key Modifiers |
| /* | |
| Minimal SDL2 + OpenGL3 example. | |
| Author: https://github.com/koute | |
| This file is in the public domain; you can do whatever you want with it. | |
| In case the concept of public domain doesn't exist in your jurisdiction | |
| you can also use this code under the terms of Creative Commons CC0 license, | |
| either version 1.0 or (at your option) any later version; for details see: | |
| http://creativecommons.org/publicdomain/zero/1.0/ |
| THE ISA AND PC/104 BUS | |
| IBM, IBM/XT, IBM PC, and IBM PC AT are registered trademarks of | |
| International Business Machines Corporation. | |
| This file is designed to give a basic overview of the bus found in | |
| most IBM clone computers, often referred to as the XT or AT bus. The | |
| AT version of the bus is upwardly compatible, which means that cards |