feat(aliases): add alias caps for toggle capslock

This commit is contained in:
thek4n 2024-04-11 08:29:57 +03:00
parent 94413fc7ed
commit f1251f6398

View File

@ -108,6 +108,9 @@ alias drmi='docker image prune'
# tmux
alias dt='tmux detach'
# x11
alias caps='xdotool key Caps_Lock'
# clipboard
if [[ "$OSTYPE" == "linux-gnu"* ]]; then