No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
3 changed files with
13 additions and
8 deletions
-
dot_config/i3blocks/i3blocks.conf.tmpl
-
dot_imwheelrc
-
dot_vimrc.tmpl
|
@ -62,11 +62,16 @@ label=SOL |
|
|
TICKER=SOLUSD |
|
|
TICKER=SOLUSD |
|
|
interval=30 |
|
|
interval=30 |
|
|
|
|
|
|
|
|
[dexscreener] |
|
|
|
|
|
label=GOAT |
|
|
|
|
|
CHAIN=solana |
|
|
|
|
|
PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW |
|
|
|
|
|
interval=15 |
|
|
|
|
|
|
|
|
#[kraken] |
|
|
|
|
|
#label=APE |
|
|
|
|
|
#TICKER=APEUSD |
|
|
|
|
|
#interval=30 |
|
|
|
|
|
|
|
|
|
|
|
#[dexscreener] |
|
|
|
|
|
#label=GOAT |
|
|
|
|
|
#CHAIN=solana |
|
|
|
|
|
#PAIR=9Tb2ohu5P16BpBarqd3N27WnkF51Ukfs8Z1GzzLDxVZW |
|
|
|
|
|
#interval=15 |
|
|
|
|
|
|
|
|
[dexscreener] |
|
|
[dexscreener] |
|
|
label=LOCK |
|
|
label=LOCK |
|
|
|
@ -1,5 +1,5 @@ |
|
|
".*" |
|
|
".*" |
|
|
/* None, Up, Button4, 3 */ |
|
|
/* None, Up, Button4, 3 */ |
|
|
/* None, Down, Button5, 3 */ |
|
|
/* None, Down, Button5, 3 */ |
|
|
None, Up, Button4, 1 |
|
|
|
|
|
None, Down, Button5, 1 |
|
|
|
|
|
|
|
|
None, Up, Button4, .5 |
|
|
|
|
|
None, Down, Button5, .5 |
|
@ -450,7 +450,7 @@ nnoremap <leader>m :vert Man |
|
|
" apply normal command to selection |
|
|
" apply normal command to selection |
|
|
vnoremap <leader>n q:anorm |
|
|
vnoremap <leader>n q:anorm |
|
|
" turn off autoformat" |
|
|
" turn off autoformat" |
|
|
nnoremap <leader>na :set spell spelllang=en_us formatoptions=cjMqtvw<CR> |
|
|
|
|
|
|
|
|
" nnoremap <leader>na :set spell spelllang=en_us formatoptions=cjMqtvw<CR> |
|
|
nnoremap <leader>nt :NERDTree<CR> |
|
|
nnoremap <leader>nt :NERDTree<CR> |
|
|
" check if in neovim |
|
|
" check if in neovim |
|
|
nnoremap <leader>nv :echo has('nvim')<CR> |
|
|
nnoremap <leader>nv :echo has('nvim')<CR> |
|
|