会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hh9515
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
61
下一页
2024年9月29日
[linux]解决wayland协议下 google-chrome 无法输入中文问题
摘要: 运行添加后缀: google-chrome-stable --gtk-version=4
阅读全文
posted @ 2024-09-29 23:23 hh9515
阅读(688)
评论(0)
推荐(0)
2024年9月20日
[macOS] 关闭输入法提示icon
摘要: 1. 终端输入: sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO 2. 重启
阅读全文
posted @ 2024-09-20 10:22 hh9515
阅读(355)
评论(0)
推荐(0)
2024年9月17日
vim设置与系统剪切板互通
摘要: 在.zshrc中添加 set clipboard=unnamed
阅读全文
posted @ 2024-09-17 00:20 hh9515
阅读(36)
评论(0)
推荐(0)
2024年9月12日
在shell中使用github copilot
摘要: brew install gh gh auth login gh extension install github/gh-copilot create alias: alias copilot='gh copilot' ; echo 'alias copilot="gh copilot"' >> ~
阅读全文
posted @ 2024-09-12 17:45 hh9515
阅读(69)
评论(0)
推荐(0)
2024年9月11日
lazyvim快捷键地址
摘要: https://www.lazyvim.org/keymaps
阅读全文
posted @ 2024-09-11 17:08 hh9515
阅读(201)
评论(0)
推荐(0)
2024年8月18日
[macOS]textedit 默认打开新文档,而不是默认选择保存位置
摘要: 1 打开终端 2 输入 defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
阅读全文
posted @ 2024-08-18 13:08 hh9515
阅读(93)
评论(0)
推荐(0)
2024年6月2日
vscode快捷键-折行
摘要: vscode有个快捷键,当前窗口即使有横向滚动条,通过这个命令也让超出滚动条的内容折行到视窗内。这个快捷键很有用,但经常忘记,这里记录一下: 启用自动换行的快捷键 1. Windows/Linux: Alt + Z 2. Mac: Option + Z
阅读全文
posted @ 2024-06-02 01:41 hh9515
阅读(380)
评论(0)
推荐(0)
2024年5月13日
安卓安装linux gui环境,运行vscode,chrome等软件
摘要: 1安装安卓下的linux环境 原理:在termux下使用容器技术,容器中运行linux系统,* 基于systemd-nspawn而不是docker 准备:termux , vnc viewer。 安装方法:在termux下执行下面的命令 bash -c "$(curl -L l.tmoe.me)"
阅读全文
posted @ 2024-05-13 00:49 hh9515
阅读(404)
评论(0)
推荐(0)
2024年4月28日
统计lcp各部分耗时
摘要: <script> const LCP_SUB_PARTS = [ 'Time to first byte', 'Resource load delay', 'Resource load time', 'Element render delay', ] new PerformanceObserver(
阅读全文
posted @ 2024-04-28 00:36 hh9515
阅读(91)
评论(0)
推荐(0)
2024年4月9日
[macOS] 关闭色彩抖动 Temporal Dithering stillcolor pwm
摘要: pwm和temporal dithering都会引起视觉疲劳。 pwm: macbook air m2 屏幕是非pwm调光 macbook pro系列(21款)均为pwm调光,在14880hz 亮度越高,频闪越低,建议亮度在50%以上,可以减少pwm,降低视觉疲劳 Temporal Ditherin
阅读全文
posted @ 2024-04-09 01:11 hh9515
阅读(1121)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
61
下一页
公告