完善键盘绑定

master
yutent 2023-07-09 09:21:44 +00:00
parent 4ccdb47591
commit 99d180cd19
2 changed files with 23 additions and 0 deletions

View File

@ -1,4 +1,7 @@
[Table]
File=table/wbx.main.dict
# Prev Candidate
PrevCandidate=
# Next Candidate

View File

@ -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}