add bigben beeper
This commit is contained in:
parent
2ca6f5fc83
commit
6e23fbd190
@ -51,7 +51,7 @@ map('n',
|
|||||||
vim.cmd('norm! .')
|
vim.cmd('norm! .')
|
||||||
vim.api.nvim_win_set_cursor(0, current_position)
|
vim.api.nvim_win_set_cursor(0, current_position)
|
||||||
end,
|
end,
|
||||||
{remap = false}
|
{remap = false, silent = true}
|
||||||
)
|
)
|
||||||
|
|
||||||
map('n', 'Ж', ':')
|
map('n', 'Ж', ':')
|
||||||
|
|||||||
19
home/user/.local/bin/beep_bigben.sh
Normal file
19
home/user/.local/bin/beep_bigben.sh
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# g# e f# b | b f# g# e | g# f# e b
|
||||||
|
|
||||||
|
beep \
|
||||||
|
-f 415 -l 896 -n \
|
||||||
|
-f 330 -l 896 -n \
|
||||||
|
-f 349 -l 896 -n \
|
||||||
|
-f 247 -l 896 \
|
||||||
|
-D 448 -n \
|
||||||
|
-f 247 -l 896 -n \
|
||||||
|
-f 349 -l 896 -n \
|
||||||
|
-f 415 -l 896 -n \
|
||||||
|
-f 330 -l 896 \
|
||||||
|
-D 448 -n \
|
||||||
|
-f 415 -l 896 -n \
|
||||||
|
-f 349 -l 896 -n \
|
||||||
|
-f 330 -l 896 -n \
|
||||||
|
-f 247 -l 896 \
|
||||||
Loading…
x
Reference in New Issue
Block a user