完善键盘绑定
parent
4ccdb47591
commit
99d180cd19
|
@ -1,4 +1,7 @@
|
||||||
[Table]
|
[Table]
|
||||||
|
|
||||||
|
File=table/wbx.main.dict
|
||||||
|
|
||||||
# Prev Candidate
|
# Prev Candidate
|
||||||
PrevCandidate=
|
PrevCandidate=
|
||||||
# Next Candidate
|
# Next Candidate
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# ========================================================= #
|
||||||
|
# #
|
||||||
|
# 键盘/鼠标绑定, 键名可执行 `xev -event keyboard` 获取 #
|
||||||
|
# #
|
||||||
|
# ========================================================= #
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------- wm自身 ------------------
|
# ---------------- wm自身 ------------------
|
||||||
# 重启bspwm
|
# 重启bspwm
|
||||||
|
@ -89,9 +96,22 @@ ctrl + {_,shift + }Tab
|
||||||
ctrl + 1
|
ctrl + 1
|
||||||
bspc desktop -f '^1' --follow
|
bspc desktop -f '^1' --follow
|
||||||
|
|
||||||
|
# 将当前窗口移动到上一个/下一个工作区
|
||||||
|
ctrl + alt + shift + {Left, Right}
|
||||||
|
bspc node -d {prev.local, next.local} --follow
|
||||||
|
|
||||||
# --------------- end --------------------
|
# --------------- 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}
|
||||||
|
|
Loading…
Reference in New Issue