From 99d180cd195cff82e95d811f4f057ff7323206e8 Mon Sep 17 00:00:00 2001 From: yutent Date: Sun, 9 Jul 2023 09:21:44 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=AE=E7=9B=98=E7=BB=91?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/config/fcitx5/table/wbx.conf | 3 +++ home/config/sxhkd/sxhkdrc | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) 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}