This file contains hidden or 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
| From 0ccaab91ea90adb72397df8cb0574aca4d525b9b Mon Sep 17 00:00:00 2001 | |
| From: YOSHIOKA Takuma <nop_thread@nops.red> | |
| Date: Sun, 26 Apr 2026 19:26:05 +0900 | |
| Subject: [PATCH] render: make transformations in geometry space | |
| Ported <https://lists.sr.ht/~emersion/grim-dev/patches/56912> onto | |
| v1.5.0. The below is the commit message of the original patch. | |
| -------- |
This file contains hidden or 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
| # zshrc より抜粋。 | |
| zshaddhistory() { | |
| # Truncate trailing newline. | |
| local line=${1%%$'\n'} | |
| # Split command line string into words. | |
| # `(z)`: Split string into words using shell parsing. | |
| typeset -a quoted_cmds=( ${(z)line} ) | |
| # `(Q)`: Unquote. | |
| typeset -a cmds=( ${(Q)${quoted_cmds}} ) |
I hereby claim:
- I am lo48576 on github.
- I am nop_thread (https://keybase.io/nop_thread) on keybase.
- I have a public key whose fingerprint is 33F3 EE46 343A 3832 1D9D BADA 84A6 DDBD 3573 FB7F
To claim this, I am signing this object:
This file contains hidden or 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
| // ==UserScript== | |
| // @name auto redirect | |
| // @author NOP Thread <nop_thread@nops.red> | |
| // @version 0.0.4 | |
| // @include https://pbs.twimg.com/* | |
| // @include https://twitter.com/* | |
| // @include https://mobile.twitter.com/* | |
| // @include https://ja.m.wikipedia.org/* | |
| // @include http://d.hatena.ne.jp/* | |
| // @include https://d.hatena.ne.jp/* |
- libskk
- fcitx-skk
- default latin enable: 未提出
- fcitx-skk のデフォルト入力モード設定が無視されるのを設定できるようにするやつ
- ただし初回 fcitx-skk 有効化時とウィンドウ毎の skk モード切り替えで挙動が違うのでつらい
- Resolve
$FCITX_CONFIG_DIRfor read-only dictionary paths (b98ccbbf) · コミット · NOP Thread / fcitx-skk · GitLab
- default latin enable: 未提出
- fcitx
- flatpak で fcitx を動かす用。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| From 8ddcf4c694ec89bc1ea7a1b48be9786d8b00c928 Mon Sep 17 00:00:00 2001 | |
| From: YOSHIOKA Takuma <lo48576@hard-wi.red> | |
| Date: Sun, 22 Nov 2020 04:36:34 +0900 | |
| Subject: [PATCH 1/2] HID: elecom: rewrite report based on model specific | |
| parameters | |
| The report descriptor for EX-G wireless mouse (M-XGL20DLBK) is a bit | |
| different from that for trackball mice such as DEFT. For such mouse, the | |
| current `mouse_button_fixup` cannot be used as is, because it uses | |
| hard-coded indices for a report descriptor. |
NewerOlder