This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Lily58 Exentio" | |
}, | |
[ | |
{ | |
"x": 3, | |
"t": "#000000\n\n#0060ff" | |
}, | |
"$\n4\nF4", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo pacman -Qo /etc/fonts/conf.d/ | |
[sudo] password for ex: | |
/etc/fonts/conf.d/ is owned by cantarell-fonts 1:0.0.25-3 | |
/etc/fonts/conf.d/ is owned by cups-filters 1.13.3-1 | |
/etc/fonts/conf.d/ is owned by fontconfig 2.12.1-4 | |
/etc/fonts/conf.d/ is owned by ttf-dejavu 2.37-1 | |
/etc/fonts/conf.d/ is owned by ttf-gelasio-ib 1.00-7 | |
/etc/fonts/conf.d/ is owned by ttf-ubuntu-font-family 0.83-2 | |
/etc/fonts/conf.d/ is owned by wine 2.1-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-rw-r--r-- 1 root root 484 Jan 10 10:07 10-autohint.conf | |
-rw-r--r-- 1 root root 461 Jan 10 10:07 10-hinting-full.conf | |
-rw-r--r-- 1 root root 463 Jan 10 10:07 10-hinting-medium.conf | |
-rw-r--r-- 1 root root 461 Jan 10 10:07 10-hinting-none.conf | |
-rw-r--r-- 1 root root 463 Jan 10 10:07 10-hinting-slight.conf | |
-rw-r--r-- 1 root root 491 Jan 10 10:07 10-no-sub-pixel.conf | |
-rw-r--r-- 1 root root 2010 Jan 10 10:07 10-scale-bitmap-fonts.conf | |
-rw-r--r-- 1 root root 489 Jan 10 10:07 10-sub-pixel-bgr.conf | |
-rw-r--r-- 1 root root 489 Jan 10 10:07 10-sub-pixel-rgb.conf | |
-rw-r--r-- 1 root root 490 Jan 10 10:07 10-sub-pixel-vbgr.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lrwxrwxrwx 1 root root 44 Jan 10 10:07 10-hinting-slight.conf -> /etc/fonts/conf.avail/10-hinting-slight.conf | |
lrwxrwxrwx 1 root root 48 Jan 10 10:07 10-scale-bitmap-fonts.conf -> /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf | |
lrwxrwxrwx 1 root root 43 Feb 10 20:10 10-sub-pixel-rgb.conf -> /etc/fonts/conf.avail/10-sub-pixel-rgb.conf | |
lrwxrwxrwx 1 root root 47 Feb 10 20:10 11-lcdfilter-default.conf -> /etc/fonts/conf.avail/11-lcdfilter-default.conf | |
lrwxrwxrwx 1 root root 46 Feb 10 20:05 20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf | |
lrwxrwxrwx 1 root root 51 Feb 10 20:05 20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf | |
lrwxrwxrwx 1 root root 47 Feb 10 20:05 20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf | |
lrwxrwxrwx 1 root root 47 Jan 10 10:07 20-unhint-small-vera.conf -> /etc/fonts/conf.avail/20-unhint-small-vera.conf | |
lrwxrwxrwx 1 root root 48 Feb 10 21:16 30-infinality-aliases.conf -> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "keymap_common.h" | |
const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |
/* 0: QWERTY */ | |
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \ | |
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \ | |
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, NO, ENT, \ | |
LSFT,NO, Z, X, C, V, B, N, M, COMM,DOT, SLSH, NO, UP, \ | |
LCTL,LGUI,LALT, SPC, NO, FN0, LEFT, DOWN, RGHT), | |