09 2023 档案

摘要:~/.oh-my-zsh/plugins/git 在这里可以查看git相关的缩写 阅读全文
posted @ 2023-09-24 13:56 hh9515 阅读(25) 评论(0) 推荐(0)
摘要:现在点击右下角触发了右键,而且touchpad设置里又不能直接修改 使用下面命令: synclient RightButtonAreaLeft=0synclient RightButtonAreaTop=0 阅读全文
posted @ 2023-09-19 23:40 hh9515 阅读(130) 评论(0) 推荐(0)
摘要:包括滚动速度,加速度等 sudo apt install xserver-xorg-input-synaptics 阅读全文
posted @ 2023-09-19 21:36 hh9515 阅读(274) 评论(0) 推荐(0)
摘要:1 sudo apt update sudo apt install alsa-tools 2 运行https://github.com/joshuagrisham/galaxy-book2-pro-linux/blob/main/sound/necessary-verbs.sh 3 可以把这个命令 阅读全文
posted @ 2023-09-17 23:59 hh9515 阅读(50) 评论(0) 推荐(0)
摘要:sudo apt update sudo apt install fcitx5 fcitx5-pinyin fcitx5-configtool fcitx5-configtool 阅读全文
posted @ 2023-09-15 01:34 hh9515 阅读(142) 评论(0) 推荐(0)
摘要:https://docs.kde.org/stable5/en/khelpcenter/fundamentals/kbd.html 阅读全文
posted @ 2023-09-13 23:27 hh9515 阅读(173) 评论(0) 推荐(0)
摘要:lg gram17 安装kubuntu为例: xinput set-prop 13 "libinput Scrolling Pixel Distance" 50 Q:这些值是哪里来的? A: 1. xinput list 2. xinput list-props 13 阅读全文
posted @ 2023-09-13 21:56 hh9515 阅读(49) 评论(0) 推荐(0)
摘要:1. BTT中进行设置 2. 添加 blocking apple script: ``` tell application "System Events" set activeProcesses to first process where it is frontmost repeat with t 阅读全文
posted @ 2023-09-12 20:10 hh9515 阅读(14) 评论(0) 推荐(0)
摘要:alias unsetproxy="unset http_proxy; unset https_proxy"alias proxy='export http_proxy="127.0.0.1:1095"; export https_proxy="127.0.0.1:1095"' 阅读全文
posted @ 2023-09-11 02:41 hh9515 阅读(1) 评论(0) 推荐(0)
摘要:现在ubuntu最新版本使用wayland管理输入。而不是x11了,网上有很多教程建议使用的软件都不能用,搞不好还就把原来系统内置的一些东西搞坏了。在x11(xorg)下可以使用touchegg搭配touche使用,但是在wayland下不行。这里发一个目前实测可以用的自定义触摸板功能的软件 叫fu 阅读全文
posted @ 2023-09-10 23:06 hh9515 阅读(178) 评论(0) 推荐(0)
摘要:因为触摸板的pinch无效 所以装了一下驱动。。 nvidia显卡驱动都装出来了 sudo ubuntu-drivers autoinstall 阅读全文
posted @ 2023-09-10 13:46 hh9515 阅读(153) 评论(0) 推荐(0)
摘要:https://linuxconfig.org/how-to-customize-dock-panel-on-ubuntu-18-04-bionic-beaver-linux 阅读全文
posted @ 2023-09-09 01:02 hh9515 阅读(374) 评论(0) 推荐(0)
摘要:Trying to use the Finder to open multiple instances of an application on Mac OS X will simply cause the first instance to come to the foreground. To g 阅读全文
posted @ 2023-09-08 17:30 hh9515 阅读(58) 评论(0) 推荐(0)
摘要:终端命令tccutil reset All 阅读全文
posted @ 2023-09-08 10:53 hh9515 阅读(14) 评论(0) 推荐(0)
摘要:Edit the file ~/.config/gtk-3.0/settings.ini to contain the following lines: [Settings] gtk-enable-animations=0If the file doesn't exist, create it. I 阅读全文
posted @ 2023-09-07 02:52 hh9515 阅读(319) 评论(0) 推荐(0)
摘要:root需要的大致步骤是: 1 解锁bootloader 2 安装magisk,patch boot image 3 安装patch好的rom 可以参考 https://androidbiits.com/root-oneplus-ace-racing-pgz110-easily/ 手动会复杂一些 , 阅读全文
posted @ 2023-09-04 10:21 hh9515 阅读(902) 评论(0) 推荐(0)