diff --git a/home/config/fcitx5/table/wbx.conf b/home/config/fcitx5/table/wbx.conf index 7ec6cc4..592b24e 100644 --- a/home/config/fcitx5/table/wbx.conf +++ b/home/config/fcitx5/table/wbx.conf @@ -1,4 +1,7 @@ [Table] + +File=table/wbx.main.dict + # Prev Candidate PrevCandidate= # Next Candidate diff --git a/home/config/sxhkd/sxhkdrc b/home/config/sxhkd/sxhkdrc index ec81e37..481787a 100644 --- a/home/config/sxhkd/sxhkdrc +++ b/home/config/sxhkd/sxhkdrc @@ -1,3 +1,10 @@ +# ========================================================= # +# # +# 键盘/鼠标绑定, 键名可执行 `xev -event keyboard` 获取 # +# # +# ========================================================= # + + # ---------------- wm自身 ------------------ # 重启bspwm @@ -89,9 +96,22 @@ ctrl + {_,shift + }Tab ctrl + 1 bspc desktop -f '^1' --follow +# 将当前窗口移动到上一个/下一个工作区 +ctrl + alt + shift + {Left, Right} + bspc node -d {prev.local, next.local} --follow + # --------------- end -------------------- +# --------------- 其他 -------------------- + +# 水平方向增加/减小窗口尺寸 +super + {minus,equal} + bspc node -z {left -20 0,left 20 0} + +# 竖直方向增加/减小窗口尺寸 +super + shift + {minus,equal} + bspc node -z {top 0 20,top 0 -20}