https://www.x.org/releases/X11R7.7/doc/libX11/i18n/compose/en_US.UTF-8.html
$ setxkbmap -option # clear option
$ setxkbmap -model pc105 -layout us -option compose:ralt,caps:ctrl_modifier,shift:both_capslock
From 65752efbecf15f8a24ee83126115fd578d2f86e9 Mon Sep 17 00:00:00 2001 | |
From: Wez Furlong <[email protected]> | |
Date: Mon, 8 Jan 2018 21:57:43 -0800 | |
Subject: [PATCH 1/2] fix art.t test failure on alpine linux | |
Summary: | |
Looks like we end up with root_ holding a nullptr after | |
the associated test is finished. This only seems to be a problem | |
in practice on Alpine linux's musl libc based environment, and | |
only when built with `-O2`. Not sure if this is a c++ standard |
https://www.x.org/releases/X11R7.7/doc/libX11/i18n/compose/en_US.UTF-8.html
$ setxkbmap -option # clear option
$ setxkbmap -model pc105 -layout us -option compose:ralt,caps:ctrl_modifier,shift:both_capslock
#!/bin/sh | |
set -eu | |
usage() { | |
printf "usage: %s <filesystem>\n\n" "$(basename "$0")" | |
} | |
if [ $# != 1 ]; then usage >&2; exit 1; fi | |
fs="${1%/}" |
@CD "%~dp0\vs2017offline" | |
.\vs_community.exe --noweb --locale en-US --addProductLang en-US ^ | |
--passive --norestart ^ | |
--config "%~dp0\community.vsconfig.json" |
@SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION | |
@SET "HKEY=HKEY_LOCAL_MACHINE\Software\Python\PythonCore" | |
@ECHO.::::::::: Local Machine | |
@CALL :display "HKEY_LOCAL_MACHINE\Software\Python\PythonCore" | |
@ECHO.::::::::: Current User | |
@CALL :display "HKEY_CURRENT_USER\Software\Python\PythonCore" | |
@FOR /F "usebackq" %%v in (`py.exe -c "import sys;print(sys.winver)"`) DO @SET "VERSION=%%v" | |
@ECHO.::::::::: py.exe current version | |
@ECHO Current version: Python %VERSION% | |
@GOTO :EOF |
module lboulard.net/go/playfield/flexible-yaml | |
require gopkg.in/yaml.v2 v2.2.1 |
slmgr.vbs /dlv |
curl -JL https://github.com/MarianArlt/sddm-chili/archive/0.1.5.tar.gz -o sddm-chili-0.1.5.tar.gz
Download archive to ~/Downloads
. Then, extract archive to sddm
themes directory:
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\Shell\Vim] | |
@="Edit with &Vim" | |
"Icon"="\"C:\\Vim\\vim81\\gvim.exe\"" | |
[HKEY_CLASSES_ROOT\*\Shell\Vim\command] | |
@="\"C:\\Vim\\vim81\\gvim.exe\" \"%1\"" |
Package: upx | |
Version: 391w | |
Architecture: all | |
Source: http://upx.sourceforge.net/download/upx391w.zip (upx_bin.zip) | |
Checksum: | |
sha256:d7d4817f46d2616c209c46fb8bce44e4bec93ab5adef5e4dfc93ee879527be1b | |
Install: upx${Version} | |
Package: nsis | |
Version: 3.02.1 |