diff --git a/dot_config/aerc/binds.conf b/dot_config/aerc/binds.conf index 8f0bfd3..5f53108 100644 --- a/dot_config/aerc/binds.conf +++ b/dot_config/aerc/binds.conf @@ -1,39 +1,96 @@ -H = :prev-tab -L = :next-tab +# Binds are of the form = +# To use '=' in a key sequence, substitute it with "Eq": "" +# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit + = :prev-tab + = :next-tab + = :term [messages] q = :quit j = :next -k = :prev + = :next + = :next 50% + = :next 100% = :next -s 100% + +k = :prev + = :prev + = :prev 50% + = :prev 100% = :prev -s 100% +g = :select 0 +G = :select -1 + +J = :next-folder +K = :prev-folder + +v = :mark -t +V = :mark -v = :view -a = :archive flat -c = :compose -f = :forward -rr = :reply -q -ra = :reply -aq +d = :prompt 'Really delete this message?' 'delete-message' +D = :delete +A = :archive flat + +C = :compose + +rr = :reply -a +rq = :reply -aq +Rr = :reply +Rq = :reply -q + +c = :cf +$ = :term +! = :term +| = :pipe + +/ = :search +\ = :filter +n = :next-result +N = :prev-result [view] q = :close -t = :toggle-headers -a = :archive flat +| = :pipe +D = :delete +S = :save +A = :archive flat + f = :forward -rr = :reply -q -ra = :reply -aq +rr = :reply -a +rq = :reply -aq +Rr = :reply +Rq = :reply -q + +H = :toggle-headers + = :prev-part + = :next-part +J = :next +K = :prev [compose] +# Keybindings used when the embedded terminal is not selected in the compose +# view $ex = + = :prev-field + = :next-field + = :next-field [compose::editor] +# Keybindings used when the embedded terminal is selected in the compose view $noinherit = true $ex = + = :prev-field + = :next-field + = :prev-tab + = :next-tab [compose::review] +# Keybindings used when reviewing a message to be sent y = :send n = :abort +p = :postpone q = :abort e = :edit a = :attach @@ -41,3 +98,7 @@ a = :attach [terminal] $noinherit = true $ex = + + = :prev-tab + = :next-tab + diff --git a/dot_config/fontconfig/.keep b/dot_config/fontconfig/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dot_config/fontconfig/executable_fonts.conf b/dot_config/fontconfig/executable_fonts.conf new file mode 100644 index 0000000..60da922 --- /dev/null +++ b/dot_config/fontconfig/executable_fonts.conf @@ -0,0 +1,23 @@ + + + + + serif + + Noto Color Emoji + + + + sans-serif + + Noto Color Emoji + + + + monospace + + Noto Color Emoji + + + + diff --git a/dot_config/i3/config b/dot_config/i3/config index 30dbd49..994b881 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -43,7 +43,7 @@ exec --no-startup-id picom -b exec --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg exec --no-startup-id polybar -r michael exec --no-startup-id dunst -exec --no-startup-id i3-msg 'workspace 10; exec thunderbird; exec rocketchat-desktop; workspace_layout tabbed' +exec --no-startup-id i3-msg 'workspace 10; exec rocketchat-desktop; workspace_layout tabbed' # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status diff --git a/dot_config/nvim/init.vim b/dot_config/nvim/init.vim index efe49d7..3b66cff 100644 --- a/dot_config/nvim/init.vim +++ b/dot_config/nvim/init.vim @@ -14,10 +14,11 @@ exe 'source' (stdpath('config') . '/nerdtree.vim') Plug 'ctrlpvim/ctrlp.vim' let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""' -Plug 'kovisoft/slimv' +Plug 'kovisoft/slimv', { 'for': 'lisp' } Plug 'mhinz/vim-startify' Plug 'tomasiser/vim-code-dark' +Plug 'tpope/vim-sleuth' Plug 'jiangmiao/auto-pairs' Plug 'leafOfTree/vim-svelte-plugin' Plug 'tpope/vim-sleuth' @@ -31,6 +32,7 @@ Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } Plug 'godlygeek/tabular' Plug 'plasticboy/vim-markdown' +Plug 'wakatime/vim-wakatime' Plug 'aurieh/discord.nvim', { 'do': ':UpdateRemotePlugins'} Plug 'wakatime/vim-wakatime' diff --git a/dot_local/scripts/executable_screenshot.sh b/dot_local/scripts/executable_screenshot.sh index b5b46f3..d4b847d 100644 --- a/dot_local/scripts/executable_screenshot.sh +++ b/dot_local/scripts/executable_screenshot.sh @@ -13,8 +13,8 @@ $XCLIP -selection clipboard -t image/png -i $FILE notify-send "captured $FILENAME" # upload it -url=$(ssh -vv -i $HOME/.ssh/id_rsa homelab $HOME/.local/bin/file-upload $FILENAME < $FILE 2> log) -url=${url%$'\n'} -$XCLIP -selection clipboard <<< "$url" -notify-send "uploaded $FILENAME" +# url=$(ssh -vv -i $HOME/.ssh/id_rsa homelab $HOME/.local/bin/file-upload $FILENAME < $FILE 2> log) +# url=${url%$'\n'} +# $XCLIP -selection clipboard <<< "$url" +# notify-send "uploaded $FILENAME"