feat(aliases): add alias caps for toggle capslock
This commit is contained in:
parent
94413fc7ed
commit
f1251f6398
@ -108,6 +108,9 @@ alias drmi='docker image prune'
|
|||||||
# tmux
|
# tmux
|
||||||
alias dt='tmux detach'
|
alias dt='tmux detach'
|
||||||
|
|
||||||
|
# x11
|
||||||
|
alias caps='xdotool key Caps_Lock'
|
||||||
|
|
||||||
|
|
||||||
# clipboard
|
# clipboard
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user