diff --git a/dot_config/i3blocks/i3blocks.conf.tmpl b/dot_config/i3blocks/i3blocks.conf.tmpl index 52e6b0a..a84bb3a 100755 --- a/dot_config/i3blocks/i3blocks.conf.tmpl +++ b/dot_config/i3blocks/i3blocks.conf.tmpl @@ -62,11 +62,16 @@ label=SOL TICKER=SOLUSD 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] label=LOCK diff --git a/dot_imwheelrc b/dot_imwheelrc index aafd913..9deb261 100644 --- a/dot_imwheelrc +++ b/dot_imwheelrc @@ -1,5 +1,5 @@ ".*" /* None, Up, Button4, 3 */ /* None, Down, Button5, 3 */ -None, Up, Button4, 1 -None, Down, Button5, 1 +None, Up, Button4, .5 +None, Down, Button5, .5 diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index 1be4ff6..aeca5d7 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -450,7 +450,7 @@ nnoremap m :vert Man " apply normal command to selection vnoremap n q:anorm " turn off autoformat" -nnoremap na :set spell spelllang=en_us formatoptions=cjMqtvw +" nnoremap na :set spell spelllang=en_us formatoptions=cjMqtvw nnoremap nt :NERDTree " check if in neovim nnoremap nv :echo has('nvim')