This commit is contained in:
Dominic DiTaranto 2026-06-07 17:06:56 -04:00
parent b4f4a533c9
commit 2d601ba582
9 changed files with 55 additions and 10 deletions

View file

@ -317,3 +317,5 @@ bindsym $alt+r exec kitty -e 'newsboat'
# Screenshot # Screenshot
bindsym Print exec flameshot gui bindsym Print exec flameshot gui
exec_always --no-startup-id ~/.fehbg

View file

@ -25,8 +25,8 @@ interval=10
# label=󰇮 # label=󰇮
[rss] [rss]
command=newsboat -x print-unread | sed 's/ /\n/g' | head -n 1 command=newsboat -x reload print-unread | sed 's/ /\n/g' | head -n 1
interval=43200 interval=300
label= label=
[pkgs] [pkgs]

View file

@ -4,7 +4,13 @@ source /home/dominic/.config/mutt/colors
source /home/dominic/.config/mutt/settings source /home/dominic/.config/mutt/settings
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc
macro index,pager i1 '<sync-mailbox><enter-command>source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to me@domdit.com" macro index,pager i1 '<sync-mailbox><enter-command>source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to me@domdit.com"
macro index,pager,attach A "<pipe-message>sed -e /^From/d -e s/To:/From:/ | abook --add-email<return>" "add the to: address to abook"
macro index,pager a "|abook --add-email\n" 'add sender to abook'
set header_cache_backend = "lmdb" set header_cache_backend = "lmdb"
set editor = "nvim" set editor = "nvim"
set recall=no

View file

@ -7,11 +7,10 @@ download-retries 4
download-timeout 10 download-timeout 10
prepopulate-query-feeds yes prepopulate-query-feeds yes
# -- display ------------------------------------------------------------------- # -- display -------------------------------------------------------------------
show-read-feeds yes show-read-feeds yes
feed-sort-order unreadarticlecount-asc feed-sort-order none
color info default default reverse color info default default reverse
color listnormal_unread yellow default color listnormal_unread yellow default
@ -25,7 +24,9 @@ text-width 80
goto-next-feed no goto-next-feed no
browser "/usr/bin/brave %u" browser "w3m %u"
# macros done by pressing comma, then letter
macro o set browser "brave %u" ; open-in-browser ; set browser "w3m %u"
bind-key j down feedlist bind-key j down feedlist
bind-key k up feedlist bind-key k up feedlist

View file

@ -1,18 +1,41 @@
"~~~PEOPLE~~~" "~~~PEOPLE~~~"
https://domdit.com/index.xml https://domdit.com/index.xml
https://jumbo.subte.cc/index.xml
https://dukenukemis.cool/ashleyrss.xml https://dukenukemis.cool/ashleyrss.xml
https://lukesmith.xyz/index.xml https://lukesmith.xyz/index.xml
https://glome.bearblog.dev/feed/ https://glome.bearblog.dev/feed/
https://www.bcionescu.com/feed.atom https://www.bcionescu.com/feed.atom
https://www.eddybergman.com/feeds/posts/default
https://kunfucutsman.neocities.org/posts/index.xml https://kunfucutsman.neocities.org/posts/index.xml
https://officialsonichu.com/blogs/news.atom https://officialsonichu.com/blogs/news.atom
"~" https://technicalsuwako.moe/blog.atom
https://www.mariasolos.com/posts/index.xml
https://that1rogue.xyz/blog/rss-feed/index.xml
https://nitter.net/wigger/rss
https://nitter.net/BeNice2MeProd/rss
https://www.snowplowshow.com/feed/
"~~~TECH~~~" "~~~TECH~~~"
https://github.com/neovim/neovim/releases.atom
https://www.python.org/jobs/feed/rss/
https://www.python.org/downloads/feed.rss
https://www.nethack.org/NetHack.xml https://www.nethack.org/NetHack.xml
https://artixlinux.org/feed.php https://artixlinux.org/feed.php
https://archlinux.org/feeds/news/ https://archlinux.org/feeds/news/
"~" https://lwn.net/headlines/rss
https://felipec.wordpress.com/feed/
"~~~RELIG~~~"
https://rorate-caeli.blogspot.com/feeds/posts/default?alt=rss
"~~~MUSIC~~~" "~~~MUSIC~~~"
https://www.eddybergman.com/feeds/posts/default
https://note.com/solder_state/rss
https://bobonzappa.com/feed/ https://bobonzappa.com/feed/
https://nitter.net/tricot_band/rss
https://nitter.net/MOTFD_official/rss
https://nitter.net/kurayami_saka/rss
https://nitter.net/mirairecords/rss
https://nitter.net/kanyewest/rss
https://nitter.net/davebluntsmusic/rss

View file

@ -126,7 +126,7 @@ mime ^video, has mplayer2, X, flag f = mplayer2 -- "$@"
mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@" mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@"
mime ^video, has mplayer, X, flag f = mplayer -- "$@" mime ^video, has mplayer, X, flag f = mplayer -- "$@"
mime ^video, has mplayer, X, flag f = mplayer -fs -- "$@" mime ^video, has mplayer, X, flag f = mplayer -fs -- "$@"
mime ^video|audio, has vlc, X, flag f = vlc -- "$@" mime ^video|audio, has mpv, X, flag f = mpv -- "$@"
mime ^video|audio, has totem, X, flag f = totem -- "$@" mime ^video|audio, has totem, X, flag f = totem -- "$@"
mime ^video|audio, has totem, X, flag f = totem --fullscreen -- "$@" mime ^video|audio, has totem, X, flag f = totem --fullscreen -- "$@"

View file

@ -9,7 +9,7 @@ export GOPATH="$XDG_DATA_HOME"/go
export NVM_DIR="$XDG_DATA_HOME"/nvm export NVM_DIR="$XDG_DATA_HOME"/nvm
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export PYTHON_HISTORY="XDG_STATE_HOME/python/python_history" export PYTHON_HISTORY="$XDG_STATE_HOME/python/python_history"
export W3M_DIR="$XDG_DATA_HOME"/w3m export W3M_DIR="$XDG_DATA_HOME"/w3m
export WINEPREFIX="$XDG_DATA_HOME"/wine export WINEPREFIX="$XDG_DATA_HOME"/wine
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
@ -41,6 +41,9 @@ alias dmenu="dmenu -nf '#BBBBBB' -nb '#3A515D' -sb '#83C092' -sf '#000000' -fn '
alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias notes="nvim /mnt/md0/notes/"
alias fzf="fzf --style minimal --height 10 --border double --ghost 何処だったかな。。。"
# PYWAL --------------------- # PYWAL ---------------------
# Import colorscheme from 'wal' asynchronously # Import colorscheme from 'wal' asynchronously
# & # Run the process in the background. # & # Run the process in the background.
@ -64,6 +67,7 @@ nvm() {
nvm "$@" nvm "$@"
} }
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
export NPM_CONFIG_INIT_MODULE="$XDG_CONFIG_HOME"/npm/config/npm-init.js export NPM_CONFIG_INIT_MODULE="$XDG_CONFIG_HOME"/npm/config/npm-init.js
export NPM_CONFIG_CACHE="$XDG_CACHE_HOME"/npm export NPM_CONFIG_CACHE="$XDG_CACHE_HOME"/npm
export NPM_CONFIG_TMP="$XDG_RUNTIME_DIR"/npm export NPM_CONFIG_TMP="$XDG_RUNTIME_DIR"/npm
@ -78,6 +82,7 @@ esac
# Created by `pipx` on 2025-11-23 18:01:25 # Created by `pipx` on 2025-11-23 18:01:25
export PATH="$PATH:/home/dominic/.local/bin" export PATH="$PATH:/home/dominic/.local/bin"
export PATH="$PATH:$XDG_DATA_HOME/nvim/mason/bin"
GTK_IM_MODULE=fcitx GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx QT_IM_MODULE=fcitx

View file

@ -1,3 +1,4 @@
abook
arandr arandr
arduino-avr-core arduino-avr-core
arduino-cli arduino-cli
@ -31,6 +32,7 @@ downgrade
drl drl
efibootmgr efibootmgr
elogind-openrc elogind-openrc
espeak-ng
ex-vi-compat ex-vi-compat
fastfetch fastfetch
fcitx5 fcitx5
@ -75,10 +77,12 @@ neovim-nightly-bin
nethack nethack
newsboat newsboat
nicotine+ nicotine+
nodejs
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
npm
openmw openmw
openocd-raspberrypi-git openocd-raspberrypi-git
openrc openrc
@ -91,6 +95,7 @@ pam-gnupg
pavucontrol pavucontrol
pcmanfm pcmanfm
pico-sdk pico-sdk
pico2wave-shell
picom picom
picotool picotool
pipewire pipewire
@ -143,6 +148,7 @@ wireplumber-openrc
woff2-font-awesome woff2-font-awesome
wpa_supplicant wpa_supplicant
xclip xclip
xdg-ninja-git
xlibre-xserver xlibre-xserver
xorg-xinit xorg-xinit
yay yay

2
.zshrc
View file

@ -63,3 +63,5 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
ZSH_AUTOSUGGEST_USE_ASYNC=1 ZSH_AUTOSUGGEST_USE_ASYNC=1
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20 ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
export VIRTUAL_ENV_DISABLE_PROMPT=1