Skip to content

Instantly share code, notes, and snippets.

系统设置

  • 触控板设置(启用三指拖移, 更改点击响应速度)
  • 显示电量百分比
  • 调整dock栏图标大小

software

日常使用

  • 微信
  • qq
  • notion
  • obsidian
@lynnjinjie
lynnjinjie / react-pic-zoom.tsx
Created August 11, 2024 14:04
react-pic-zoom
import { cn } from '@/lib/utils'
import { useRef, useState, type MouseEvent } from 'react'
interface Props {
url: string
scale?: number
}
export default function PicZoom({ url, scale }: Props) {
const [maskPosition, setMaskPosition] = useState<{
left: number
@lynnjinjie
lynnjinjie / vscode_keybindings.json
Last active January 13, 2025 14:59
vscode keybindings
[
// navigation
{
"key": "ctrl+h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl+l",
"command": "workbench.action.navigateRight"
},
@lynnjinjie
lynnjinjie / windows_setup.md
Last active December 3, 2024 11:51
windows setup

system set

  • 在任务管理器中的startup apps中关闭用不到的app
  • 在系统设置 > apps中关闭用不到的app通知
  • 卸载用不到的系统预装apps
  • power plan
  1. 在设置中打开高性能模式
  2. 使用命令打开高性能模式power-policy-settings
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
@lynnjinjie
lynnjinjie / weasel.custom.yaml
Last active January 10, 2025 06:17
rime wechat color scheme
patch:
app_options:
windowsterminal.exe:
ascii_mode: true # 默认英文
cursor.exe:
ascii_mode: true
vim_mode: true
code.exe:
ascii_mode: true
vim_mode: true