完全用鍵盤工作
https://www.youtube.com/watch?v=b-NrnemxpBk
視窗合成器
$ picom --fade-in-step=1 --fade-out-step=1 &
/etc/xdg/picom/conf
code:picom.conf
#################################
#
# GLX backend
#
#################################
glx-no-stencil = true;
# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# Useful with --glx-swap-method, as well.
glx-copy-from-front = false;
# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
# May break VSync and is not available on some drivers.
# Overrides --glx-copy-from-front.
# glx-use-copysubbuffermesa = true;
# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
# Recommended if it works.
glx-no-rebind-pixmap = true;
use-damage = false;
# Disabled to avoid artifacts painting under blur transparent windows.
設定啟動快捷鍵
code:~/.config/sxhkd/sxhkdrc
super + z
hints
super + s
hints --mode scroll
$ sxhkd &
搭配shift鍵時為右鍵
搭配cover鍵時為hover
搭配alt鍵時為拖曳
$ set -Ux NO_AT_BRIDGE 1
$ yay -S wl-kbptr
執行程式/指令
網路瀏覽
快捷鍵
<S-F10>
Fn + z
跳到地址列
<A-d>
F6