Compare commits
14 Commits
cda5ebcfc1
...
single-scr
| Author | SHA1 | Date | |
|---|---|---|---|
| 8eed1c71db | |||
| 8781493ffb | |||
| 71017721bc | |||
| a4946bf75d | |||
| 273d23abc0 | |||
| c41e14a302 | |||
| b165a802c9 | |||
| 1c47a7311a | |||
| 5843fc30b6 | |||
| d9a49a4bb4 | |||
| b40f818e3c | |||
| e97aaadbe1 | |||
| f098cbc708 | |||
| 40fbbeeb8d |
@@ -7,6 +7,7 @@
|
|||||||
# clear screen
|
# clear screen
|
||||||
c "printf '\033c'"
|
c "printf '\033c'"
|
||||||
d "cd ~/Downloads && printf '\033c'"
|
d "cd ~/Downloads && printf '\033c'"
|
||||||
|
# dn "cd ~/Downloads && printf '\033c'"
|
||||||
# e "echo \$"
|
# e "echo \$"
|
||||||
hst "history"
|
hst "history"
|
||||||
# nft "printf '\033c' && neofetch | lolcat"
|
# nft "printf '\033c' && neofetch | lolcat"
|
||||||
@@ -123,7 +124,8 @@ rspx "rsync --ignore-existing -Ptre 'ssh -p 8022' $PIXEL_IP:"
|
|||||||
ssl "mosh --ssh='ssh -p 399' kevin@$LAPTOP_IP"
|
ssl "mosh --ssh='ssh -p 399' kevin@$LAPTOP_IP"
|
||||||
|
|
||||||
# vultr
|
# vultr
|
||||||
ssa "mosh atxadmin@45.32.87.10"
|
# ssa "mosh atxadmin@45.32.87.10"
|
||||||
|
ssa "ssh -t kevin@3.147.85.36 tmux a"
|
||||||
# ssv "mosh kevin@45.32.87.10"
|
# ssv "mosh kevin@45.32.87.10"
|
||||||
|
|
||||||
# test server sites
|
# test server sites
|
||||||
@@ -160,6 +162,7 @@ l "lsd -F --group-dirs first"
|
|||||||
la "lsd -AF --group-dirs first"
|
la "lsd -AF --group-dirs first"
|
||||||
ld "lsd -F --group-dirs first -d */"
|
ld "lsd -F --group-dirs first -d */"
|
||||||
ll "lsd -lF --group-dirs first --size short"
|
ll "lsd -lF --group-dirs first --size short"
|
||||||
|
llb "lsd -lF --group-dirs first --size short | bat"
|
||||||
lld "lsd -lF --group-dirs first --size short -d */"
|
lld "lsd -lF --group-dirs first --size short -d */"
|
||||||
lls "lsd -lF --group-dirs first --size short -Sr"
|
lls "lsd -lF --group-dirs first --size short -Sr"
|
||||||
llt "lsd -lF --group-dirs first --size short -tr"
|
llt "lsd -lF --group-dirs first --size short -tr"
|
||||||
@@ -188,7 +191,7 @@ rsy "rsync --ignore-existing -Ptr"
|
|||||||
lhd "sudo fdisk -l"
|
lhd "sudo fdisk -l"
|
||||||
# get disc space for mounted drives
|
# get disc space for mounted drives
|
||||||
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
||||||
ds "df -h | head -n 1 && df -h | grep sd"
|
dsp "df -h | head -n 1 && df -h | grep sd"
|
||||||
chownw "sudo chown -R kevin:wheel"
|
chownw "sudo chown -R kevin:wheel"
|
||||||
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||||
# cd into backup folder and show backup sizes
|
# cd into backup folder and show backup sizes
|
||||||
@@ -331,6 +334,10 @@ id "identify"
|
|||||||
mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
|
mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
|
||||||
# mst "sudo ~/st/make-st.sh"
|
# mst "sudo ~/st/make-st.sh"
|
||||||
|
|
||||||
|
mlf2 "sudo mount /dev/sdd1 /mnt/linux-files-2"
|
||||||
|
|
||||||
|
kgpg "kill -9 gpg-agent && gpg-agent"
|
||||||
|
|
||||||
# system ]]]
|
# system ]]]
|
||||||
|
|
||||||
# applications [[[ #
|
# applications [[[ #
|
||||||
@@ -409,7 +416,7 @@ cht "chatterino"
|
|||||||
clc "cloc . --vcs=git"
|
clc "cloc . --vcs=git"
|
||||||
cm "compton &"
|
cm "compton &"
|
||||||
cv "cava"
|
cv "cava"
|
||||||
dg "dragon-drag-and-drop -x"
|
dg "dragon-drop -x"
|
||||||
fx "firefox -P"
|
fx "firefox -P"
|
||||||
fxd "firefox -P default"
|
fxd "firefox -P default"
|
||||||
fxw "firefox -P work"
|
fxw "firefox -P work"
|
||||||
@@ -494,7 +501,7 @@ tc "clear && tmux clear-history"
|
|||||||
# tk "tmux kill-server"
|
# tk "tmux kill-server"
|
||||||
tks "tmux kill-session -t"
|
tks "tmux kill-session -t"
|
||||||
tksv "tmux kill-server"
|
tksv "tmux kill-server"
|
||||||
tl "tmux ls"
|
tls "tmux ls"
|
||||||
tn "tmux new -s"
|
tn "tmux new -s"
|
||||||
tnb "tmux new -s backup"
|
tnb "tmux new -s backup"
|
||||||
#]]]
|
#]]]
|
||||||
@@ -502,7 +509,8 @@ usn "usernames --num 20"
|
|||||||
vmd "vimdiff"
|
vmd "vimdiff"
|
||||||
# wg "wego"
|
# wg "wego"
|
||||||
ytd "youtube-dl"
|
ytd "youtube-dl"
|
||||||
wcl "wc -l"
|
wal "wal -i"
|
||||||
|
wc "wc -l"
|
||||||
wcw "wc -w"
|
wcw "wc -w"
|
||||||
wch "weechat"
|
wch "weechat"
|
||||||
# wg "wego"
|
# wg "wego"
|
||||||
@@ -510,7 +518,7 @@ wch "weechat"
|
|||||||
# wg "curl -L wthr.ml"
|
# wg "curl -L wthr.ml"
|
||||||
wgm "curl -L wthr.ml/m"
|
wgm "curl -L wthr.ml/m"
|
||||||
wgt "curl -L wthr.ml/t"
|
wgt "curl -L wthr.ml/t"
|
||||||
yt "youtube-dl"
|
yt "yt-dlp -vU"
|
||||||
z "zathura --fork"
|
z "zathura --fork"
|
||||||
|
|
||||||
lz "unzip -l"
|
lz "unzip -l"
|
||||||
@@ -527,7 +535,7 @@ pi "pass insert -m"
|
|||||||
pg "pass generate -c"
|
pg "pass generate -c"
|
||||||
ps "pass show"
|
ps "pass show"
|
||||||
psi "pass show info | bat"
|
psi "pass show info | bat"
|
||||||
pev "pass edit finances/visa"
|
pev "pass edit finances/visa-cash"
|
||||||
|
|
||||||
xc "xclip -selection clipboard"
|
xc "xclip -selection clipboard"
|
||||||
xo "xclip -o >"
|
xo "xclip -o >"
|
||||||
@@ -637,7 +645,8 @@ gmgt "git mergetool"
|
|||||||
gr "git remote -v"
|
gr "git remote -v"
|
||||||
gra "git remote add origin"
|
gra "git remote add origin"
|
||||||
grao "git remote add orig"
|
grao "git remote add orig"
|
||||||
grag "git remote add gitea ssh://git@git.kevin-mok.com:399/Kevin-Mok/"
|
# grag "git remote add gitea ssh://git@git.kevin-mok.com:399/Kevin-Mok/"
|
||||||
|
grag "git remote add github"
|
||||||
|
|
||||||
grr "git remote remove origin"
|
grr "git remote remove origin"
|
||||||
gru "git branch --set-upstream-to=origin/main main"
|
gru "git branch --set-upstream-to=origin/main main"
|
||||||
@@ -763,7 +772,8 @@ psgi "git add -A && git commit -m 'Update' -S && git push"
|
|||||||
gps "git push"
|
gps "git push"
|
||||||
gpso "git push origin"
|
gpso "git push origin"
|
||||||
gpsoh "git push -f origin HEAD:"
|
gpsoh "git push -f origin HEAD:"
|
||||||
gpsg "git push gitea"
|
# gpsg "git push gitea"
|
||||||
|
gpsg "git push github"
|
||||||
gpsk "git push kevin"
|
gpsk "git push kevin"
|
||||||
gpsdl "git push origin --delete"
|
gpsdl "git push origin --delete"
|
||||||
# gpsi "git config credential.helper store && git push"
|
# gpsi "git config credential.helper store && git push"
|
||||||
@@ -1062,48 +1072,77 @@ sfw "sftp $WORK_LAPTOP_IP"
|
|||||||
fp "fpaste"
|
fp "fpaste"
|
||||||
ghr "github-release"
|
ghr "github-release"
|
||||||
|
|
||||||
# oc [[[ #
|
# docker [[[ #
|
||||||
|
|
||||||
o "kubectl"
|
do "docker"
|
||||||
oa "kubectl apply -f"
|
db "docker build"
|
||||||
ocr "kubectl create"
|
dc "docker-compose"
|
||||||
ocf "kubectl create ns kogito; kubectl config set-context --current --namespace=kogito"
|
dcu "docker-compose up -d"
|
||||||
oct "kubectx"
|
dcd "docker-compose down"
|
||||||
od "kubectl describe"
|
di "docker image"
|
||||||
odd "kubectl describe deployment"
|
dli "docker image list"
|
||||||
odp "kubectl describe pod"
|
dk "docker kill"
|
||||||
odi "kubectl describe kogitoinfra"
|
dka "docker kill \$(docker ps -q)"
|
||||||
odr "kubectl describe kogitoruntime"
|
dl "docker ps"
|
||||||
odl "kubectl delete"
|
dp "docker push"
|
||||||
odlf "kubectl delete -f"
|
dr "docker run"
|
||||||
odlb "kubectl delete kogitobuild"
|
drm "docker remove"
|
||||||
odlc "kubectl delete configmap"
|
drmi "docker rmi -f"
|
||||||
odlp "kubectl delete pod"
|
dst "docker stop"
|
||||||
odlpj "kubectl delete project"
|
|
||||||
odlr "kubectl delete kogitoruntime"
|
|
||||||
oex "kubectl exec"
|
|
||||||
oed "kubectl edit"
|
|
||||||
og "kubectl get"
|
|
||||||
oga "kubectl get all"
|
|
||||||
ogd "kubectl get deployment"
|
|
||||||
ogp "kubectl get pods"
|
|
||||||
ogw "watch kubectl get pods"
|
|
||||||
ogb "kubectl get kogitobuild"
|
|
||||||
ogc "kubectl get configmap"
|
|
||||||
ogi "kubectl get imagestream"
|
|
||||||
ogn "kubectl get"
|
|
||||||
ogr "kubectl get kogitoruntime"
|
|
||||||
ogs "kubectl get service"
|
|
||||||
ogsm "kubectl get servicemonitor"
|
|
||||||
ol "kubectl logs -f"
|
|
||||||
oli "kubectl login -u kubeadmin -p"
|
|
||||||
on "kubectl new-project"
|
|
||||||
op "kubectl project"
|
|
||||||
opa "kubectl projects | rg kogito"
|
|
||||||
opd "kubectl project default"
|
|
||||||
ot "kubectl status"
|
|
||||||
|
|
||||||
# ]]] oc #
|
# ]]] docker #
|
||||||
|
|
||||||
|
# kubectl [[[ #
|
||||||
|
|
||||||
|
k "kubectl"
|
||||||
|
ka "kubectl apply -f"
|
||||||
|
kcr "kubectl create"
|
||||||
|
kcf "kubectl create ns kogito; kubectl config set-context --current --namespace=kogito"
|
||||||
|
kct "kubectx"
|
||||||
|
kd "kubectl describe"
|
||||||
|
kdd "kubectl describe deployment"
|
||||||
|
kdp "kubectl describe pod"
|
||||||
|
kdi "kubectl describe kogitoinfra"
|
||||||
|
kdr "kubectl describe kogitoruntime"
|
||||||
|
kdl "kubectl delete"
|
||||||
|
kdlf "kubectl delete -f"
|
||||||
|
kdlb "kubectl delete kogitobuild"
|
||||||
|
kdlc "kubectl delete configmap"
|
||||||
|
kdld "kubectl delete deployment"
|
||||||
|
kdlp "kubectl delete pod"
|
||||||
|
kdlpj "kubectl delete project"
|
||||||
|
kdlr "kubectl delete kogitoruntime"
|
||||||
|
kex "kubectl exec"
|
||||||
|
ked "kubectl edit"
|
||||||
|
kg "kubectl get"
|
||||||
|
kga "kubectl get all"
|
||||||
|
kgd "kubectl get deployment"
|
||||||
|
kgp "kubectl get pods"
|
||||||
|
wkp "watch kubectl get pods"
|
||||||
|
kgb "kubectl get kogitobuild"
|
||||||
|
kgc "kubectl get configmap"
|
||||||
|
kgi "kubectl get imagestream"
|
||||||
|
kgn "kubectl get"
|
||||||
|
kgr "kubectl get kogitoruntime"
|
||||||
|
kgs "kubectl get service"
|
||||||
|
kgsm "kubectl get servicemonitor"
|
||||||
|
kl "kubectl logs -f"
|
||||||
|
kli "kubectl login -u kubeadmin -p"
|
||||||
|
kn "kubectl new-project"
|
||||||
|
kp "kubectl project"
|
||||||
|
kpa "kubectl projects | rg kogito"
|
||||||
|
kpd "kubectl project default"
|
||||||
|
kt "kubectl status"
|
||||||
|
|
||||||
|
# ]]] kubectl #
|
||||||
|
|
||||||
|
tf "terraform"
|
||||||
|
tfa "terraform apply"
|
||||||
|
tfds "terraform destroy"
|
||||||
|
tfi "terraform init"
|
||||||
|
tfo "terraform output"
|
||||||
|
tfp "terraform plan"
|
||||||
|
tfs "terraform show"
|
||||||
|
|
||||||
# jenkins [[[ #
|
# jenkins [[[ #
|
||||||
|
|
||||||
@@ -1148,10 +1187,12 @@ mvtt "make vet test"
|
|||||||
|
|
||||||
# minikube [[[ #
|
# minikube [[[ #
|
||||||
|
|
||||||
# mb "minikube"
|
mb "minikube"
|
||||||
mba "minikube start"
|
mba "minikube start"
|
||||||
mbd "minikube delete"
|
mbdl "minikube delete"
|
||||||
mbs "minikube stop"
|
mbs "minikube service"
|
||||||
|
mbsh "minikube ssh"
|
||||||
|
mbsd "minikube stop"
|
||||||
mbt "minikube status"
|
mbt "minikube status"
|
||||||
|
|
||||||
# ]]] minikube #
|
# ]]] minikube #
|
||||||
@@ -1192,6 +1233,9 @@ hu "helm upgrade"
|
|||||||
|
|
||||||
# ]]] helm #
|
# ]]] helm #
|
||||||
|
|
||||||
|
zr "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume.pdf"
|
||||||
|
zrw "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume-web-dev.pdf"
|
||||||
|
|
||||||
# ]]] red-hat #
|
# ]]] red-hat #
|
||||||
|
|
||||||
# tet "ticker (cat ~/Documents/expenses/etf.md) | xclip -selection clipboard"
|
# tet "ticker (cat ~/Documents/expenses/etf.md) | xclip -selection clipboard"
|
||||||
@@ -1208,3 +1252,5 @@ vpd "nordvpn disconnect"
|
|||||||
vpt "nordvpn status"
|
vpt "nordvpn status"
|
||||||
|
|
||||||
# ]]] vpn #
|
# ]]] vpn #
|
||||||
|
|
||||||
|
ft "dexscreener ethereum 0x983b92EA1F0A20844466f3E4BB988c1dE145293E"
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
# Vim: Fdm=MaRkEr Ft=Sh.Go-TeMpLaTe SyNtAx=Sh
|
# vim: fdm=marker ft=sh.go-template syntax=sh
|
||||||
|
|
||||||
# sys [[[ #
|
# sys [[[ #
|
||||||
|
|
||||||
bg ~/Pictures/Backgrounds
|
bg ~/Pictures/Backgrounds
|
||||||
cf ~/linux-config/dot_config
|
cf ~/linux-config/dot_config
|
||||||
cfd ~/.config
|
cfg ~/.config
|
||||||
cff ~/.config/fish
|
cff ~/.config/fish
|
||||||
ch ~/Documents/chat
|
ch ~/Documents/chat
|
||||||
da /mnt/ipad/DCIM/101APPLE
|
da /mnt/ipad/DCIM/101APPLE
|
||||||
dl ~/Downloads
|
dl ~/Downloads
|
||||||
# dw ~/dwm
|
# dw ~/dwm
|
||||||
D ~/Documents
|
D ~/Documents
|
||||||
k ~/
|
# k ~/
|
||||||
lc ~/linux-config
|
lc ~/linux-config
|
||||||
lf /mnt/linux-files
|
lf /mnt/linux-files
|
||||||
lf2 /mnt/linux-files-2
|
lf2 /mnt/linux-files-2
|
||||||
@@ -45,12 +45,16 @@ bm ~/Documents/bookmarks
|
|||||||
ccd ~/.calcurse
|
ccd ~/.calcurse
|
||||||
cms ~/Documents/codm/site
|
cms ~/Documents/codm/site
|
||||||
cn ~/coding
|
cn ~/coding
|
||||||
|
# dn ~/Downloads
|
||||||
drk ~/coding/dark-sky
|
drk ~/coding/dark-sky
|
||||||
ffx ~/linux-config/dot_config/fish/functions
|
ffx ~/linux-config/dot_config/fish/functions
|
||||||
hbd ~/.habitctl
|
hbd ~/.habitctl
|
||||||
ib ~/linux-config/dot_config/i3blocks/scripts
|
ib ~/linux-config/dot_config/i3blocks/scripts
|
||||||
|
mbd ~/coding/minikube
|
||||||
|
pig ~/coding/pigallery
|
||||||
|
mbk ~/coding/minikube-kompose
|
||||||
ms ~/coding/mf-site
|
ms ~/coding/mf-site
|
||||||
msp ~/coding/mf-site/static/pdf
|
msr ~/coding/mf-site/static/pdf
|
||||||
pr ~/coding/pull-requests
|
pr ~/coding/pull-requests
|
||||||
ra ~/linux-config/dot_config/ranger
|
ra ~/linux-config/dot_config/ranger
|
||||||
rd ~/Documents/red-discord-bot
|
rd ~/Documents/red-discord-bot
|
||||||
@@ -60,6 +64,7 @@ rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
|
|||||||
sr ~/linux-config/scripts
|
sr ~/linux-config/scripts
|
||||||
vsnps ~/.vim/plugged/vim-snippets/UltiSnips
|
vsnps ~/.vim/plugged/vim-snippets/UltiSnips
|
||||||
sw ~/.local/share/nvim/swap/
|
sw ~/.local/share/nvim/swap/
|
||||||
|
tfd ~/coding/terraform
|
||||||
ttd ~/.timetrace
|
ttd ~/.timetrace
|
||||||
ttdr ~/.timetrace/records
|
ttdr ~/.timetrace/records
|
||||||
tx ~/linux-config/txt
|
tx ~/linux-config/txt
|
||||||
@@ -69,11 +74,11 @@ wd ~/.config/watson
|
|||||||
b1 ~/coding/mf-site/themes/base16
|
b1 ~/coding/mf-site/themes/base16
|
||||||
2d ~/coding/godot-demos/2d-plat
|
2d ~/coding/godot-demos/2d-plat
|
||||||
ada ~/coding/ada-mario
|
ada ~/coding/ada-mario
|
||||||
ft ~/coding/face-tracker
|
# ft ~/coding/face-tracker
|
||||||
hv ~/Documents/hevin
|
hv ~/Documents/hevin
|
||||||
hvs ~/Documents/hevin/shopping
|
hvs ~/Documents/hevin/shopping
|
||||||
j ~/Documents/journal
|
j ~/Documents/journal
|
||||||
jt ~/Documents/journal/todo/23
|
jt ~/Documents/journal/todo/24
|
||||||
# lh ~/Documents/listening-history
|
# lh ~/Documents/listening-history
|
||||||
mmd ~/coding/move-mouse-with-head
|
mmd ~/coding/move-mouse-with-head
|
||||||
mh ~/coding/mf-site/layouts
|
mh ~/coding/mf-site/layouts
|
||||||
@@ -173,7 +178,8 @@ sdvss ~/.local/share/StardewValley/Screenshots/
|
|||||||
sdvsv ~/.config/StardewValley/Saves/Hevintales_355084144/
|
sdvsv ~/.config/StardewValley/Saves/Hevintales_355084144/
|
||||||
sdvsvg ~/Documents/stardew-valley-sdv-saves/hevintales
|
sdvsvg ~/Documents/stardew-valley-sdv-saves/hevintales
|
||||||
|
|
||||||
snp /mnt/linux-files-2/Videos/ipad/marvel-snap
|
snp ~/Documents/marvel-snap
|
||||||
|
snpv /mnt/linux-files-2/Videos/ipad/marvel-snap
|
||||||
|
|
||||||
# ]]] gaming #
|
# ]]] gaming #
|
||||||
|
|
||||||
@@ -249,7 +255,7 @@ nxo ~/coding/kogito/nexus-operator
|
|||||||
# nft [[[ #
|
# nft [[[ #
|
||||||
|
|
||||||
cvt ~/Pictures/profile-pics/conviction
|
cvt ~/Pictures/profile-pics/conviction
|
||||||
mb ~/coding/mint-bot
|
# mb ~/coding/mint-bot
|
||||||
pdg ~/Pictures/profile-pics/pudgy-penguins/test
|
pdg ~/Pictures/profile-pics/pudgy-penguins/test
|
||||||
pfps ~/Pictures/profile-pics/sappy-seals
|
pfps ~/Pictures/profile-pics/sappy-seals
|
||||||
pfpk ~/Pictures/profile-pics/gm-cafe/keek
|
pfpk ~/Pictures/profile-pics/gm-cafe/keek
|
||||||
@@ -265,60 +271,9 @@ lt ~/school/latex-notes
|
|||||||
|
|
||||||
ltc ~/coding/leetcode
|
ltc ~/coding/leetcode
|
||||||
|
|
||||||
# 494 [[[ #
|
|
||||||
|
|
||||||
4 ~/school/494
|
|
||||||
4d ~/school/494/design
|
|
||||||
4dm ~/school/494/design/meetings
|
|
||||||
4dp ~/school/494/design/provotu
|
|
||||||
4p ~/school/494/papers
|
|
||||||
vt ~/coding/dao-voting
|
|
||||||
ovn ~/coding/dao-voting/anonymousvoting/contracts
|
|
||||||
|
|
||||||
# provotum [[[ #
|
|
||||||
|
|
||||||
pv ~/coding/dao-voting/provotum-v2
|
|
||||||
pva ~/coding/dao-voting/provotum-v2/voting-authority
|
|
||||||
pvab ~/coding/dao-voting/provotum-v2/voting-authority/backend
|
|
||||||
pvaf ~/coding/dao-voting/provotum-v2/voting-authority/frontend
|
|
||||||
pvac ~/coding/dao-voting/provotum-v2/access-provider-backend
|
|
||||||
pvf ~/coding/dao-voting/provotum-v2/voter-frontend/src
|
|
||||||
pvc ~/coding/dao-voting/provotum-v2/contracts/contracts/FiniteField
|
|
||||||
pvs ~/coding/dao-voting/provotum-v2/sealer
|
|
||||||
pvsb ~/coding/dao-voting/provotum-v2/sealer/backend/src
|
|
||||||
pvsf ~/coding/dao-voting/provotum-v2/sealer/frontend/src
|
|
||||||
pvs1 /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/backend
|
|
||||||
pvs1f /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/frontend
|
|
||||||
pvs2 /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/backend
|
|
||||||
pvs2f /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/frontend
|
|
||||||
pvs3 /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/backend
|
|
||||||
pvs3f /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/frontend
|
|
||||||
|
|
||||||
pvg ~/coding/dao-voting/pv-ganache
|
|
||||||
bd ~/coding/dao-voting/besu-deploy
|
|
||||||
gt ~/coding/dao-voting/ganache-tx
|
|
||||||
|
|
||||||
# ]]] provotum #
|
|
||||||
|
|
||||||
# ]]] 494 #
|
|
||||||
|
|
||||||
# ess [[[ #
|
|
||||||
|
|
||||||
e ~/school/ess
|
|
||||||
en ~/school/ess/notes
|
|
||||||
er ~/school/ess/rough-draft
|
|
||||||
ern ~/school/ess/rough-draft/notes
|
|
||||||
ei ~/school/ess/individ-map
|
|
||||||
es ~/school/ess/story
|
|
||||||
|
|
||||||
# ess ]]] #
|
|
||||||
|
|
||||||
arc ~/school/arc
|
|
||||||
egy ~/school/egypt
|
|
||||||
ggr ~/school/ggr
|
|
||||||
ggra ~/school/ggr/assignments/a1
|
|
||||||
|
|
||||||
jf ~/school/job-fair
|
jf ~/school/job-fair
|
||||||
|
jh ~/school/job-hunt
|
||||||
|
jhi ~/school/job-hunt/interview-questions
|
||||||
|
|
||||||
# ]]] sch #
|
# ]]] sch #
|
||||||
|
|
||||||
@@ -335,4 +290,6 @@ mt /mnt/linux-files-2/Pictures/mutant-tees
|
|||||||
sm /mnt/linux-files-2/Videos/sam-smith/named
|
sm /mnt/linux-files-2/Videos/sam-smith/named
|
||||||
wg /mnt/linux-files-2/Pictures/weed-grow-23
|
wg /mnt/linux-files-2/Pictures/weed-grow-23
|
||||||
|
|
||||||
|
sdc /run/media/kevin/6339-3234
|
||||||
|
|
||||||
# ]]] personal #
|
# ]]] personal #
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ ng /etc/nginx/nginx.conf
|
|||||||
# cdn [[[ #
|
# cdn [[[ #
|
||||||
|
|
||||||
ap ~/.task/pending.data
|
ap ~/.task/pending.data
|
||||||
|
aw ~/Documents/journal/todo/24/aws.md
|
||||||
at ~/.task/to-add.md
|
at ~/.task/to-add.md
|
||||||
bid ~/Documents/journal/todo/blog.md
|
bid ~/Documents/journal/todo/blog.md
|
||||||
cc ~/linux-config/private_dot_calcurse/conf
|
cc ~/linux-config/private_dot_calcurse/conf
|
||||||
@@ -45,11 +46,12 @@ hh ~/.habitctl/habits
|
|||||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||||
id ~/Documents/journal/todo/ideas.md
|
id ~/Documents/journal/todo/ideas.md
|
||||||
ig ./.gitignore
|
ig ./.gitignore
|
||||||
jt ~/Documents/journal/todo/23/10.md
|
jt ~/Documents/journal/todo/24/4.md
|
||||||
k ~/linux-config/dot_config/kitty/kitty.conf
|
k ~/linux-config/dot_config/kitty/kitty.conf
|
||||||
lh ~/Documents/listening-history/polarbier.csv
|
lh ~/Documents/listening-history/polarbier.csv
|
||||||
mc ~/coding/mf-site/assets/sass/main.scss
|
mc ~/coding/mf-site/assets/sass/main.scss
|
||||||
mi ~/coding/mf-site/ideas.md
|
mi ~/coding/mf-site/ideas.md
|
||||||
|
msr ~/coding/mf-site/content/resume/_index.md
|
||||||
ne ~/linux-config/configs/neofetch/config.conf
|
ne ~/linux-config/configs/neofetch/config.conf
|
||||||
re README.md
|
re README.md
|
||||||
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
||||||
@@ -92,6 +94,7 @@ cmr ~/Documents/codm/discord-recruitment.md
|
|||||||
nb ~/Documents/chat/discord/pistol.md
|
nb ~/Documents/chat/discord/pistol.md
|
||||||
pk ~/Downloads/pokecord/pokecord2.md
|
pk ~/Downloads/pokecord/pokecord2.md
|
||||||
sdv ~/Documents/stardew-valley-sdv/notes.md
|
sdv ~/Documents/stardew-valley-sdv/notes.md
|
||||||
|
snp ~/Documents/marvel-snap/strats.md
|
||||||
tc /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader/clips.txt
|
tc /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader/clips.txt
|
||||||
tdb ~/Documents/journal/todo/b.md
|
tdb ~/Documents/journal/todo/b.md
|
||||||
|
|
||||||
@@ -112,10 +115,12 @@ rm ~/Documents/red-hat/meeting.md
|
|||||||
rt ~/Documents/red-hat/todo.md
|
rt ~/Documents/red-hat/todo.md
|
||||||
|
|
||||||
lip ~/Documents/linkedin/linkedin-profile.md
|
lip ~/Documents/linkedin/linkedin-profile.md
|
||||||
|
jhi ~/school/job-hunt/info.md
|
||||||
|
|
||||||
# ]]] pey #
|
# ]]] pey #
|
||||||
|
|
||||||
nf ~/Documents/twitter/nft.md
|
ej ~/Documents/emojis/emojis.md
|
||||||
|
nf ~/Documents/twitter/nft-24.md
|
||||||
ra ~/Documents/chat/reddit/avatar.md
|
ra ~/Documents/chat/reddit/avatar.md
|
||||||
ds ~/Documents/nft/deep-sea-research.md
|
ds ~/Documents/nft/deep-sea-research.md
|
||||||
wd ~/Documents/journal/personal/weed.md
|
wd ~/Documents/journal/personal/weed.md
|
||||||
|
|||||||
@@ -80,4 +80,8 @@ URxvt.matcher.button: 1
|
|||||||
|
|
||||||
/* ]]] Clickable URLs */
|
/* ]]] Clickable URLs */
|
||||||
|
|
||||||
|
Sxiv.background: #000000
|
||||||
|
Sxiv.foreground: #00C0FF
|
||||||
|
Sxiv.font: Hack-9
|
||||||
|
|
||||||
! vim: fdm=marker ft=xdefaults.go-template
|
! vim: fdm=marker ft=xdefaults.go-template
|
||||||
|
|||||||
327
dot_config/dunst/dunstrc
Normal file
327
dot_config/dunst/dunstrc
Normal file
@@ -0,0 +1,327 @@
|
|||||||
|
[global]
|
||||||
|
### Display ###
|
||||||
|
|
||||||
|
# Which monitor should the notifications be displayed on.
|
||||||
|
monitor = 0
|
||||||
|
|
||||||
|
# Display notification on focused monitor. Possible modes are:
|
||||||
|
# mouse: follow mouse pointer
|
||||||
|
# keyboard: follow window with keyboard focus
|
||||||
|
# none: don't follow anything
|
||||||
|
#
|
||||||
|
# "keyboard" needs a window manager that exports the
|
||||||
|
# _NET_ACTIVE_WINDOW property.
|
||||||
|
# This should be the case for almost all modern window managers.
|
||||||
|
#
|
||||||
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
|
# will be ignored.
|
||||||
|
follow = mouse
|
||||||
|
|
||||||
|
# The geometry of the window:
|
||||||
|
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||||
|
# The geometry of the message window.
|
||||||
|
# The height is measured in number of notifications everything else
|
||||||
|
# in pixels. If the width is omitted but the height is given
|
||||||
|
# ("-geometry x2"), the message window expands over the whole screen
|
||||||
|
# (dmenu-like). If width is 0, the window expands to the longest
|
||||||
|
# message displayed. A positive x is measured from the left, a
|
||||||
|
# negative from the right side of the screen. Y is measured from
|
||||||
|
# the top and down respectively.
|
||||||
|
# The width can be negative. In this case the actual width is the
|
||||||
|
# screen width minus the width defined in within the geometry option.
|
||||||
|
geometry = "300x5-30+20"
|
||||||
|
|
||||||
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
|
indicate_hidden = yes
|
||||||
|
|
||||||
|
# Shrink window if it's smaller than the width. Will be ignored if
|
||||||
|
# width is 0.
|
||||||
|
shrink = no
|
||||||
|
|
||||||
|
# The transparency of the window. Range: [0; 100].
|
||||||
|
# This option will only work if a compositing window manager is
|
||||||
|
# present (e.g. xcompmgr, compiz, etc.).
|
||||||
|
transparency = 0
|
||||||
|
|
||||||
|
# The height of the entire notification. If the height is smaller
|
||||||
|
# than the font height and padding combined, it will be raised
|
||||||
|
# to the font height and padding.
|
||||||
|
notification_height = 0
|
||||||
|
|
||||||
|
# Draw a line of "separator_height" pixel height between two
|
||||||
|
# notifications.
|
||||||
|
# Set to 0 to disable.
|
||||||
|
separator_height = 2
|
||||||
|
|
||||||
|
# Padding between text and separator.
|
||||||
|
padding = 8
|
||||||
|
|
||||||
|
# Horizontal padding.
|
||||||
|
horizontal_padding = 8
|
||||||
|
|
||||||
|
# Defines width in pixels of frame around the notification window.
|
||||||
|
# Set to 0 to disable.
|
||||||
|
frame_width = 3
|
||||||
|
|
||||||
|
# Defines color of the frame around the notification window.
|
||||||
|
frame_color = "#aaaaaa"
|
||||||
|
|
||||||
|
# Define a color for the separator.
|
||||||
|
# possible values are:
|
||||||
|
# * auto: dunst tries to find a color fitting to the background;
|
||||||
|
# * foreground: use the same color as the foreground;
|
||||||
|
# * frame: use the same color as the frame;
|
||||||
|
# * anything else will be interpreted as a X color.
|
||||||
|
separator_color = frame
|
||||||
|
|
||||||
|
# Sort messages by urgency.
|
||||||
|
sort = yes
|
||||||
|
|
||||||
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||||
|
# for longer than idle_threshold seconds.
|
||||||
|
# Set to 0 to disable.
|
||||||
|
# Transient notifications ignore this setting.
|
||||||
|
idle_threshold = 120
|
||||||
|
|
||||||
|
### Text ###
|
||||||
|
|
||||||
|
# font = Monospace 8
|
||||||
|
font = Hack Nerd Font Mono 8
|
||||||
|
|
||||||
|
# The spacing between lines. If the height is smaller than the
|
||||||
|
# font height, it will get raised to the font height.
|
||||||
|
line_height = 0
|
||||||
|
|
||||||
|
# Possible values are:
|
||||||
|
# full: Allow a small subset of html markup in notifications:
|
||||||
|
# <b>bold</b>
|
||||||
|
# <i>italic</i>
|
||||||
|
# <s>strikethrough</s>
|
||||||
|
# <u>underline</u>
|
||||||
|
#
|
||||||
|
# For a complete reference see
|
||||||
|
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
|
||||||
|
#
|
||||||
|
# strip: This setting is provided for compatibility with some broken
|
||||||
|
# clients that send markup even though it's not enabled on the
|
||||||
|
# server. Dunst will try to strip the markup but the parsing is
|
||||||
|
# simplistic so using this option outside of matching rules for
|
||||||
|
# specific applications *IS GREATLY DISCOURAGED*.
|
||||||
|
#
|
||||||
|
# no: Disable markup parsing, incoming notifications will be treated as
|
||||||
|
# plain text. Dunst will not advertise that it has the body-markup
|
||||||
|
# capability if this is set as a global setting.
|
||||||
|
#
|
||||||
|
# It's important to note that markup inside the format option will be parsed
|
||||||
|
# regardless of what this is set to.
|
||||||
|
markup = full
|
||||||
|
|
||||||
|
# The format of the message. Possible variables are:
|
||||||
|
# %a appname
|
||||||
|
# %s summary
|
||||||
|
# %b body
|
||||||
|
# %i iconname (including its path)
|
||||||
|
# %I iconname (without its path)
|
||||||
|
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||||
|
# %n progress value if set without any extra characters
|
||||||
|
# %% Literal %
|
||||||
|
# Markup is allowed
|
||||||
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
||||||
|
# Alignment of message text.
|
||||||
|
# Possible values are "left", "center" and "right".
|
||||||
|
alignment = left
|
||||||
|
|
||||||
|
# Show age of message if message is older than show_age_threshold
|
||||||
|
# seconds.
|
||||||
|
# Set to -1 to disable.
|
||||||
|
show_age_threshold = 60
|
||||||
|
|
||||||
|
# Split notifications into multiple lines if they don't fit into
|
||||||
|
# geometry.
|
||||||
|
word_wrap = yes
|
||||||
|
|
||||||
|
# When word_wrap is set to no, specify where to ellipsize long lines.
|
||||||
|
# Possible values are "start", "middle" and "end".
|
||||||
|
ellipsize = middle
|
||||||
|
|
||||||
|
# Ignore newlines '\n' in notifications.
|
||||||
|
ignore_newline = no
|
||||||
|
|
||||||
|
# Merge multiple notifications with the same content
|
||||||
|
stack_duplicates = true
|
||||||
|
|
||||||
|
# Hide the count of merged notifications with the same content
|
||||||
|
hide_duplicate_count = false
|
||||||
|
|
||||||
|
# Display indicators for URLs (U) and actions (A).
|
||||||
|
show_indicators = yes
|
||||||
|
|
||||||
|
### Icons ###
|
||||||
|
|
||||||
|
# Align icons left/right/off
|
||||||
|
icon_position = off
|
||||||
|
|
||||||
|
# Scale larger icons down to this size, set to 0 to disable
|
||||||
|
max_icon_size = 32
|
||||||
|
|
||||||
|
# Paths to default icons.
|
||||||
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
||||||
|
### History ###
|
||||||
|
|
||||||
|
# Should a notification popped up from history be sticky or timeout
|
||||||
|
# as if it would normally do.
|
||||||
|
sticky_history = yes
|
||||||
|
|
||||||
|
# Maximum amount of notifications kept in history
|
||||||
|
history_length = 20
|
||||||
|
|
||||||
|
### Misc/Advanced ###
|
||||||
|
|
||||||
|
# dmenu path.
|
||||||
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
|
|
||||||
|
# Browser for opening urls in context menu.
|
||||||
|
browser = /usr/bin/firefox -new-tab
|
||||||
|
|
||||||
|
# Always run rule-defined scripts, even if the notification is suppressed
|
||||||
|
always_run_script = true
|
||||||
|
|
||||||
|
# Define the title of the windows spawned by dunst
|
||||||
|
title = Dunst
|
||||||
|
|
||||||
|
# Define the class of the windows spawned by dunst
|
||||||
|
class = Dunst
|
||||||
|
|
||||||
|
# Print a notification on startup.
|
||||||
|
# This is mainly for error detection, since dbus (re-)starts dunst
|
||||||
|
# automatically after a crash.
|
||||||
|
startup_notification = false
|
||||||
|
|
||||||
|
### Legacy
|
||||||
|
|
||||||
|
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
||||||
|
# This setting is provided for compatibility with older nVidia drivers that
|
||||||
|
# do not support RandR and using it on systems that support RandR is highly
|
||||||
|
# discouraged.
|
||||||
|
#
|
||||||
|
# By enabling this setting dunst will not be able to detect when a monitor
|
||||||
|
# is connected or disconnected which might break follow mode if the screen
|
||||||
|
# layout changes.
|
||||||
|
force_xinerama = false
|
||||||
|
|
||||||
|
# Experimental features that may or may not work correctly. Do not expect them
|
||||||
|
# to have a consistent behaviour across releases.
|
||||||
|
[experimental]
|
||||||
|
# Calculate the dpi to use on a per-monitor basis.
|
||||||
|
# If this setting is enabled the Xft.dpi value will be ignored and instead
|
||||||
|
# dunst will attempt to calculate an appropriate dpi value for each monitor
|
||||||
|
# using the resolution and physical size. This might be useful in setups
|
||||||
|
# where there are multiple screens with very different dpi values.
|
||||||
|
per_monitor_dpi = false
|
||||||
|
|
||||||
|
[shortcuts]
|
||||||
|
|
||||||
|
# Shortcuts are specified as [modifier+][modifier+]...key
|
||||||
|
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
||||||
|
# "mod3" and "mod4" (windows-key).
|
||||||
|
# Xev might be helpful to find names for keys.
|
||||||
|
|
||||||
|
# Close notification.
|
||||||
|
close = ctrl+space
|
||||||
|
|
||||||
|
# Close all notifications.
|
||||||
|
close_all = ctrl+shift+space
|
||||||
|
|
||||||
|
# Redisplay last message(s).
|
||||||
|
# On the US keyboard layout "grave" is normally above TAB and left
|
||||||
|
# of "1". Make sure this key actually exists on your keyboard layout,
|
||||||
|
# e.g. check output of 'xmodmap -pke'
|
||||||
|
history = ctrl+grave
|
||||||
|
|
||||||
|
# Context menu.
|
||||||
|
context = ctrl+shift+period
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
|
background = "#222222"
|
||||||
|
foreground = "#888888"
|
||||||
|
timeout = 10
|
||||||
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
|
#icon = /path/to/icon
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#285577"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
timeout = 10
|
||||||
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
|
#icon = /path/to/icon
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#900000"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
frame_color = "#ff0000"
|
||||||
|
timeout = 0
|
||||||
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
|
#icon = /path/to/icon
|
||||||
|
|
||||||
|
# Every section that isn't one of the above is interpreted as a rules to
|
||||||
|
# override settings for certain messages.
|
||||||
|
# Messages can be matched by "appname", "summary", "body", "icon", "category",
|
||||||
|
# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
|
||||||
|
# "background", "new_icon" and "format".
|
||||||
|
# Shell-like globbing will get expanded.
|
||||||
|
#
|
||||||
|
# SCRIPTING
|
||||||
|
# You can specify a script that gets run when the rule matches by
|
||||||
|
# setting the "script" option.
|
||||||
|
# The script will be called as follows:
|
||||||
|
# script appname summary body icon urgency
|
||||||
|
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
|
||||||
|
#
|
||||||
|
# NOTE: if you don't want a notification to be displayed, set the format
|
||||||
|
# to "".
|
||||||
|
# NOTE: It might be helpful to run dunst -print in a terminal in order
|
||||||
|
# to find fitting options for rules.
|
||||||
|
|
||||||
|
#[espeak]
|
||||||
|
# summary = "*"
|
||||||
|
# script = dunst_espeak.sh
|
||||||
|
|
||||||
|
#[script-test]
|
||||||
|
# summary = "*script*"
|
||||||
|
# script = dunst_test.sh
|
||||||
|
|
||||||
|
#[ignore]
|
||||||
|
# # This notification will not be displayed
|
||||||
|
# summary = "foobar"
|
||||||
|
# format = ""
|
||||||
|
|
||||||
|
#[history-ignore]
|
||||||
|
# # This notification will not be saved in history
|
||||||
|
# summary = "foobar"
|
||||||
|
# history_ignore = yes
|
||||||
|
|
||||||
|
#[signed_on]
|
||||||
|
# appname = Pidgin
|
||||||
|
# summary = "*signed on*"
|
||||||
|
# urgency = low
|
||||||
|
#
|
||||||
|
#[signed_off]
|
||||||
|
# appname = Pidgin
|
||||||
|
# summary = *signed off*
|
||||||
|
# urgency = low
|
||||||
|
#
|
||||||
|
#[says]
|
||||||
|
# appname = Pidgin
|
||||||
|
# summary = *says*
|
||||||
|
# urgency = critical
|
||||||
|
#
|
||||||
|
#[twitter]
|
||||||
|
# appname = Pidgin
|
||||||
|
# summary = *twitter.com*
|
||||||
|
# urgency = normal
|
||||||
|
#
|
||||||
|
# vim: ft=cfg
|
||||||
@@ -35,20 +35,20 @@ abbr ssa "ssh kevin@ec2-18-223-241-198.us-east-2.compute.amazonaws.com"
|
|||||||
|
|
||||||
# ]]] school #
|
# ]]] school #
|
||||||
|
|
||||||
abbr nej "nvim ~/Documents/emojis.md"
|
# abbr nej "nvim ~/Documents/emojis.md"
|
||||||
|
|
||||||
# ]]] aliases #
|
# ]]] aliases #
|
||||||
|
|
||||||
# login to X [[[ #
|
# login to X [[[ #
|
||||||
|
|
||||||
# {{ if eq .chezmoi.username "kevin" }}
|
{{ if eq .chezmoi.username "kevin" }}
|
||||||
# if status is-login
|
if status is-login
|
||||||
# if test -z "$DISPLAY" -a $XDG_VTNR = 1
|
if test -z "$DISPLAY" -a $XDG_VTNR = 1
|
||||||
# exec startx -- -keeptty
|
exec startx -- -keeptty
|
||||||
# end
|
end
|
||||||
# end
|
end
|
||||||
# set -x GPG_TTY (tty)
|
set -x GPG_TTY (tty)
|
||||||
# {{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] login to X #
|
# ]]] login to X #
|
||||||
|
|
||||||
@@ -138,6 +138,8 @@ set -x FULLNODE_API_INFO wss://api.chain.love
|
|||||||
|
|
||||||
set -x IPAD_IMG 18
|
set -x IPAD_IMG 18
|
||||||
|
|
||||||
|
source /home/kevin/coding/aws.fish
|
||||||
|
|
||||||
# ]]] universal var's #
|
# ]]] universal var's #
|
||||||
|
|
||||||
# fish-specific [[[ #
|
# fish-specific [[[ #
|
||||||
@@ -303,4 +305,8 @@ abbr xya "export-pkgs"
|
|||||||
# ]]] fxn abbr's #
|
# ]]] fxn abbr's #
|
||||||
|
|
||||||
# task sync > /dev/null 2>&1
|
# task sync > /dev/null 2>&1
|
||||||
|
|
||||||
|
source /home/kevin/.config/fish/key_abbr.fish > /dev/null
|
||||||
|
# wal -r
|
||||||
|
cat /home/kevin/.cache/wal/sequences
|
||||||
# ~/scripts/xmodmap-custom
|
# ~/scripts/xmodmap-custom
|
||||||
|
|||||||
0
dot_config/fish/spotifyvis.bak
abbr sv serve
Normal file
0
dot_config/fish/spotifyvis.bak
abbr sv serve
Normal file
@@ -1,12 +1,14 @@
|
|||||||
# startup [[[ #
|
# startup [[[ #
|
||||||
|
|
||||||
set $term kitty
|
set $term kitty
|
||||||
|
set $term_alt urxvt
|
||||||
|
# set $term urxvt
|
||||||
|
# set $term_alt kitty
|
||||||
# set $term st
|
# set $term st
|
||||||
# set $term_alt urxvt
|
|
||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
set $term urxvt
|
set $term urxvt
|
||||||
# set $term_alt kitty
|
set $term_alt kitty
|
||||||
set $term_alt st
|
# set $term_alt st
|
||||||
# set $term_alt urxvt
|
# set $term_alt urxvt
|
||||||
exec dunst
|
exec dunst
|
||||||
exec compton
|
exec compton
|
||||||
@@ -159,6 +161,8 @@ bindsym Control+$mod+q exec sudo systemctl stop netctl-auto@wlp3s0.service
|
|||||||
for_window [class="chatterino"] floating enable
|
for_window [class="chatterino"] floating enable
|
||||||
for_window [class="Peek"] floating enable
|
for_window [class="Peek"] floating enable
|
||||||
for_window [title="Qalculate!"] floating enable
|
for_window [title="Qalculate!"] floating enable
|
||||||
|
for_window [window_role="alert"] floating enable
|
||||||
|
no_focus [window_role="alert"]
|
||||||
|
|
||||||
# ]]] applications #
|
# ]]] applications #
|
||||||
|
|
||||||
@@ -368,7 +372,7 @@ bindsym Mod4+$mod+b layout tabbed; exec $term -e fish -c "buku-fzf fq"
|
|||||||
|
|
||||||
# ]]] ws3 #
|
# ]]] ws3 #
|
||||||
|
|
||||||
set $ws4 "4 "
|
set $ws4 "4 "
|
||||||
workspace $ws4 output $secondary
|
workspace $ws4 output $secondary
|
||||||
# bindsym $mod+F4 workspace $ws4; exec $term
|
# bindsym $mod+F4 workspace $ws4; exec $term
|
||||||
# bindsym Control+Shift+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc'
|
# bindsym Control+Shift+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc'
|
||||||
@@ -458,7 +462,8 @@ set $hp 2
|
|||||||
bindsym Mod4+v workspace $ws10; exec $term -e alsamixer -c 1
|
bindsym Mod4+v workspace $ws10; exec $term -e alsamixer -c 1
|
||||||
# bindsym Mod4+$mod+c workspace $ws10; exec $term -e cava
|
# bindsym Mod4+$mod+c workspace $ws10; exec $term -e cava
|
||||||
# bindsym Mod4+h workspace $ws10; exec $term -e alsamixer -c $hp
|
# bindsym Mod4+h workspace $ws10; exec $term -e alsamixer -c $hp
|
||||||
bindsym Mod4+s workspace $ws10; exec ~/scripts/spotify-clean
|
# bindsym Mod4+s workspace $ws10; exec ~/scripts/spotify-clean
|
||||||
|
bindsym Mod4+s workspace $ws10; exec spotify
|
||||||
|
|
||||||
set $ws11 "11 "
|
set $ws11 "11 "
|
||||||
# set $ws11 "11 📊"
|
# set $ws11 "11 📊"
|
||||||
@@ -574,8 +579,8 @@ bar {
|
|||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
{{ else }}
|
{{ else }}
|
||||||
# font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
font pango:$sb_font 16
|
# font pango:$sb_font 16
|
||||||
{{ end }}
|
{{ end }}
|
||||||
colors {
|
colors {
|
||||||
# 0 (transparent) -> 255 (opaque) in hex
|
# 0 (transparent) -> 255 (opaque) in hex
|
||||||
@@ -590,7 +595,8 @@ bar {
|
|||||||
tray_output none
|
tray_output none
|
||||||
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
||||||
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
||||||
output $main
|
# output $main
|
||||||
|
output $secondary
|
||||||
wheel_up_cmd nop
|
wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
wheel_down_cmd nop
|
||||||
}
|
}
|
||||||
@@ -599,31 +605,31 @@ bar {
|
|||||||
|
|
||||||
# secondary bar [[[ #
|
# secondary bar [[[ #
|
||||||
|
|
||||||
bar {
|
# bar {
|
||||||
output $secondary
|
# output $secondary
|
||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
# {{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 18
|
# font pango:$sb_font 18
|
||||||
{{ else }}
|
# {{ else }}
|
||||||
font pango:$sb_font 21
|
# font pango:$sb_font 21
|
||||||
# font pango:$sb_font 20
|
# # font pango:$sb_font 20
|
||||||
# font pango:$sb_font 17
|
# # font pango:$sb_font 17
|
||||||
{{ end }}
|
# {{ end }}
|
||||||
# output $main
|
# # output $main
|
||||||
i3bar_command i3bar -t
|
# i3bar_command i3bar -t
|
||||||
colors {
|
# colors {
|
||||||
background $black$bar_trans
|
# background $black$bar_trans
|
||||||
# border, bg, text color
|
# # border, bg, text color
|
||||||
# focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
# # focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
||||||
focused_workspace $inactive_ws_bg $bg $fg
|
# focused_workspace $inactive_ws_bg $bg $fg
|
||||||
active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
# active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
||||||
inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
# inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
||||||
}
|
# }
|
||||||
status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
||||||
# status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
# # status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
||||||
tray_output none
|
# tray_output none
|
||||||
wheel_up_cmd nop
|
# wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
# wheel_down_cmd nop
|
||||||
}
|
# }
|
||||||
|
|
||||||
# ]]] secondary bar #
|
# ]]] secondary bar #
|
||||||
|
|
||||||
|
|||||||
@@ -49,11 +49,11 @@ interval=5
|
|||||||
# # color=#2d7272
|
# # color=#2d7272
|
||||||
# interval=5
|
# interval=5
|
||||||
|
|
||||||
[spotify]
|
# [spotify]
|
||||||
label=
|
# label=
|
||||||
LONG_NAME=
|
# LONG_NAME=
|
||||||
SHORT_NAME=
|
# SHORT_NAME=
|
||||||
interval=5
|
# interval=5
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
interval=once
|
interval=once
|
||||||
|
|||||||
@@ -52,16 +52,40 @@ label=ETH
|
|||||||
TICKER=ETHUSDC
|
TICKER=ETHUSDC
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[kraken]
|
# [kraken]
|
||||||
label=SOL
|
# label=SOL
|
||||||
TICKER=SOLUSD
|
# TICKER=SOLUSD
|
||||||
|
# interval=30
|
||||||
|
|
||||||
|
# [kraken]
|
||||||
|
# label=SEI
|
||||||
|
# TICKER=SEIUSD
|
||||||
|
# interval=30
|
||||||
|
|
||||||
|
[dexscreener]
|
||||||
|
label=PIXL
|
||||||
|
CHAIN=ethereum
|
||||||
|
PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[kraken]
|
# [dexscreener]
|
||||||
label=SEI
|
# label=BLAST
|
||||||
TICKER=SEIUSD
|
# CHAIN=blast
|
||||||
|
# PAIR=0x9A0AA28d999a21d3cf6F2703CDBba9FeAF4a32F7
|
||||||
|
# interval=30
|
||||||
|
|
||||||
|
[dexscreener]
|
||||||
|
label=LOCK
|
||||||
|
CHAIN=solana
|
||||||
|
PAIR=AtWMAA6T9t8cq8XCccCFPGDNNQYXhScuNuY6WVRi7FKe
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
|
# [dexscreener]
|
||||||
|
# label=FLT
|
||||||
|
# CHAIN=ethereum
|
||||||
|
# PAIR=0x983b92EA1F0A20844466f3E4BB988c1dE145293E
|
||||||
|
# interval=30
|
||||||
|
|
||||||
# [ticker]
|
# [ticker]
|
||||||
# label=SPY
|
# label=SPY
|
||||||
# TICKER=SPY
|
# TICKER=SPY
|
||||||
@@ -90,16 +114,16 @@ interval=60
|
|||||||
# SHORT_NAME=
|
# SHORT_NAME=
|
||||||
# interval=5
|
# interval=5
|
||||||
|
|
||||||
[spotify]
|
# [spotify]
|
||||||
# command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
# # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
||||||
# label=
|
# # label=
|
||||||
label=
|
# label=
|
||||||
# label=🎧
|
# # label=🎧
|
||||||
# green
|
# # green
|
||||||
# color=#198c19
|
# # color=#198c19
|
||||||
# aqua
|
# # aqua
|
||||||
# color=#2d7272
|
# # color=#2d7272
|
||||||
interval=5
|
# interval=5
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] volume/spotify #
|
# ]]] volume/spotify #
|
||||||
@@ -167,9 +191,9 @@ WIDTH=220
|
|||||||
|
|
||||||
# name [[[ #
|
# name [[[ #
|
||||||
|
|
||||||
[name]
|
# [name]
|
||||||
label=
|
# label=
|
||||||
interval=30
|
# interval=30
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] name #
|
# ]]] name #
|
||||||
|
|||||||
5
dot_config/i3blocks/scripts/executable_dexscreener
Executable file
5
dot_config/i3blocks/scripts/executable_dexscreener
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
. "/home/kevin/.cache/wal/colors.sh"
|
||||||
|
ticker=$(~/scripts/dexscreener $CHAIN $PAIR)
|
||||||
|
printf "%s\n\n%s\n" "$ticker" "$color7"
|
||||||
@@ -5,6 +5,8 @@ include ~/.cache/wal/colors-kitty.conf
|
|||||||
# background_opacity .8
|
# background_opacity .8
|
||||||
# background_opacity .85
|
# background_opacity .85
|
||||||
background_opacity .9
|
background_opacity .9
|
||||||
|
# background_opacity .95
|
||||||
|
# background_opacity .97
|
||||||
clipboard_control write-clipboard write-primary
|
clipboard_control write-clipboard write-primary
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
||||||
@@ -15,3 +17,4 @@ cursor_blink_interval 0
|
|||||||
font_size 12
|
font_size 12
|
||||||
map ctrl+alt+up change_font_size all +1.0
|
map ctrl+alt+up change_font_size all +1.0
|
||||||
map ctrl+alt+down change_font_size all -1.0
|
map ctrl+alt+down change_font_size all -1.0
|
||||||
|
font_family Hack Nerd Font Mono
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ public_ip_host="http://ident.me"
|
|||||||
# 'Disk (/): 74G / 118G (66%)'
|
# 'Disk (/): 74G / 118G (66%)'
|
||||||
#
|
#
|
||||||
# disk_show=('/' '/home' '/mnt/linux-files' )
|
# disk_show=('/' '/home' '/mnt/linux-files' )
|
||||||
disk_show=('/dev/sda1' '/dev/sda3' '/dev/sdc2' )
|
disk_show=('/dev/sdc1' '/dev/sdc3' '/dev/sdd1' )
|
||||||
|
|
||||||
# Disk subtitle.
|
# Disk subtitle.
|
||||||
# What to append to the Disk subtitle.
|
# What to append to the Disk subtitle.
|
||||||
|
|||||||
@@ -145,6 +145,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||||||
# example:
|
# example:
|
||||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
opacity-rule = ["90:class_g = 'kitty'"]
|
||||||
# opacity-rule = []
|
# opacity-rule = []
|
||||||
|
|
||||||
# }}} transparency/opacity #
|
# }}} transparency/opacity #
|
||||||
|
|||||||
@@ -705,7 +705,7 @@ map v. shell $EDITOR %f
|
|||||||
|
|
||||||
source {{ .chezmoi.homeDir }}/.config/ranger/key_mappings.conf
|
source {{ .chezmoi.homeDir }}/.config/ranger/key_mappings.conf
|
||||||
|
|
||||||
map dg shell dragon-drag-and-drop -a -x %p
|
map dg shell dragon-drop -a -x %p
|
||||||
# map <C-d> shell dragon-drag-and-drop -a -x %p
|
# map <C-d> shell dragon-drag-and-drop -a -x %p
|
||||||
# a plugin that adds file glyphs / icon support to Ranger:
|
# a plugin that adds file glyphs / icon support to Ranger:
|
||||||
# https://github.com/alexanderjeurissen/ranger_devicons
|
# https://github.com/alexanderjeurissen/ranger_devicons
|
||||||
|
|||||||
@@ -150,10 +150,10 @@ Plug 'vim-scripts/L9'
|
|||||||
" find files from within Vim
|
" find files from within Vim
|
||||||
" Plug 'vim-scripts/FuzzyFinder'
|
" Plug 'vim-scripts/FuzzyFinder'
|
||||||
|
|
||||||
{{ if not .gui }}
|
" {{ if not .gui }}
|
||||||
" Gotham color scheme
|
" Gotham color scheme
|
||||||
Plug 'whatyouhide/vim-gotham'
|
Plug 'whatyouhide/vim-gotham'
|
||||||
{{ end }}
|
" {{ end }}
|
||||||
|
|
||||||
" " collection of Vim color schemes
|
" " collection of Vim color schemes
|
||||||
" Plug 'flazz/vim-colorschemes'
|
" Plug 'flazz/vim-colorschemes'
|
||||||
@@ -254,6 +254,7 @@ Plug 'vim-airline/vim-airline'
|
|||||||
let g:airline_section_c = '%F'
|
let g:airline_section_c = '%F'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
let g:airline_theme='supernova'
|
||||||
|
|
||||||
" continue Markdown lists when started
|
" continue Markdown lists when started
|
||||||
" arc
|
" arc
|
||||||
@@ -261,6 +262,9 @@ Plug 'dkarter/bullets.vim'
|
|||||||
|
|
||||||
" coordinate Vim color scheme with terminal color scheme
|
" coordinate Vim color scheme with terminal color scheme
|
||||||
Plug 'dylanaraps/wal.vim'
|
Plug 'dylanaraps/wal.vim'
|
||||||
|
Plug 'AlphaTechnolog/pywal.nvim', { 'as': 'pywal' }
|
||||||
|
" Plug 'morhetz/gruvbox'
|
||||||
|
Plug 'bluz71/vim-nightfly-colors', { 'as': 'nightfly' }
|
||||||
|
|
||||||
" repeat plugin commands
|
" repeat plugin commands
|
||||||
Plug 'tpope/vim-repeat'
|
Plug 'tpope/vim-repeat'
|
||||||
@@ -357,6 +361,7 @@ Plug 'maxmellon/vim-jsx-pretty'
|
|||||||
Plug 'mlaursen/vim-react-snippets', { 'branch': 'main' }
|
Plug 'mlaursen/vim-react-snippets', { 'branch': 'main' }
|
||||||
Plug 'cristianoliveira/vim-react-html-snippets'
|
Plug 'cristianoliveira/vim-react-html-snippets'
|
||||||
Plug 'jidn/vim-dbml'
|
Plug 'jidn/vim-dbml'
|
||||||
|
" Plug 'FuDesign2008/emoji-snippets.vim'
|
||||||
" ]]] vim-plug "
|
" ]]] vim-plug "
|
||||||
|
|
||||||
" Mappings [[[ "
|
" Mappings [[[ "
|
||||||
@@ -364,7 +369,11 @@ Plug 'jidn/vim-dbml'
|
|||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
{{ if .gui }}
|
{{ if .gui }}
|
||||||
colorscheme wal
|
" autocmd vimenter * ++nested colorscheme gruvbox
|
||||||
|
" colorscheme wal
|
||||||
|
colorscheme pywal
|
||||||
|
" colorscheme nightfly
|
||||||
|
" colorscheme gotham256
|
||||||
{{ else }}
|
{{ else }}
|
||||||
colorscheme gotham256
|
colorscheme gotham256
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
1
private_dot_gnupg/gpg.conf
Normal file
1
private_dot_gnupg/gpg.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
default-key 7FF24159B654D5A4A856FF9692A1EC2A40788528
|
||||||
@@ -8,6 +8,10 @@ case $1 in
|
|||||||
backup_dest="$mount_dir/nzxt"
|
backup_dest="$mount_dir/nzxt"
|
||||||
# backup_dest="$mount_dir/backup-usb/nzxt"
|
# backup_dest="$mount_dir/backup-usb/nzxt"
|
||||||
;;
|
;;
|
||||||
|
arch-2 )
|
||||||
|
backup_dest="$mount_dir/arch-2"
|
||||||
|
# backup_dest="$mount_dir/backup-usb/nzxt"
|
||||||
|
;;
|
||||||
x1 )
|
x1 )
|
||||||
backup_dest="$mount_dir/laptop"
|
backup_dest="$mount_dir/laptop"
|
||||||
;;
|
;;
|
||||||
14
scripts/executable_dexscreener
Executable file
14
scripts/executable_dexscreener
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
# /bin/bash
|
||||||
|
|
||||||
|
# curl -s https://api.dexscreener.com/latest/dex/pairs/$1/$2| jq -r '.pairs | .[] | .priceUsd'
|
||||||
|
raw=$(curl -s "https://api.dexscreener.com/latest/dex/pairs/$1/$2")
|
||||||
|
price=$(echo "$raw" | jq -r ".pairs | .[] | .priceUsd")
|
||||||
|
# if (( $(echo "$price < .05" | bc -l) )); then
|
||||||
|
# printf "%0.4f\n" "$price" | cut -c 4-
|
||||||
|
# elif (( $(echo "$price < .1" | bc -l) )); then
|
||||||
|
# printf "%0.3f\n" "$price" | cut -c 4-
|
||||||
|
if (( $(echo "$price < .09" | bc -l) )); then
|
||||||
|
printf "%0.4f\n" "$price" | cut -c 4-
|
||||||
|
elif (( $(echo "$price < .1" | bc -l) )); then
|
||||||
|
printf "%0.3f\n" "$price" | cut -c 4-
|
||||||
|
fi
|
||||||
@@ -26,7 +26,7 @@ ranger_mappings="$HOME/.config/ranger/key_mappings.conf"
|
|||||||
# ensure sourcing new file in orig. config file
|
# ensure sourcing new file in orig. config file
|
||||||
ensure "source $aliases" "$bashrc"
|
ensure "source $aliases" "$bashrc"
|
||||||
ensure "source $aliases" "$zshrc"
|
ensure "source $aliases" "$zshrc"
|
||||||
# ensure "source $fish_abbr" "$fish_config"
|
ensure "source $fish_abbr" "$fish_config" > /dev/null
|
||||||
ensure "source $ranger_mappings" "$ranger_config"
|
ensure "source $ranger_mappings" "$ranger_config"
|
||||||
|
|
||||||
# key files
|
# key files
|
||||||
|
|||||||
1
txt/.gitignore
vendored
Normal file
1
txt/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nzxt-new-2.txt
|
||||||
20
txt/arch-2-aur.txt
Normal file
20
txt/arch-2-aur.txt
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
cava 0.10.2-2
|
||||||
|
cava-debug 0.10.2-2
|
||||||
|
cli-visualizer 1.8-10
|
||||||
|
cli-visualizer-debug 1.8-10
|
||||||
|
dragon-drop 1.2.0-2
|
||||||
|
dragon-drop-debug 1.2.0-2
|
||||||
|
python-exceptiongroup 1.2.1-2
|
||||||
|
qt5-webkit 5.212.0alpha4-22
|
||||||
|
qt5-webkit-debug 5.212.0alpha4-22
|
||||||
|
spotify 1:1.2.31.1205-2
|
||||||
|
systemd-numlockontty 0.1-14
|
||||||
|
timetrace-bin 0.14.3-6
|
||||||
|
timetrace-bin-debug 0.14.3-6
|
||||||
|
vidir 1.0.0-2
|
||||||
|
wkhtmltopdf 0.12.6-1
|
||||||
|
wkhtmltopdf-debug 0.12.6-1
|
||||||
|
yay 12.3.0-1
|
||||||
|
yay-debug 12.3.0-1
|
||||||
|
youtube-dl 2021.12.17-2
|
||||||
|
zoom 6.0.12-1
|
||||||
164
txt/arch-2-pkgs.txt
Normal file
164
txt/arch-2-pkgs.txt
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
alsa-utils 1.2.11-1
|
||||||
|
aws-cli 1.32.106-1
|
||||||
|
base 3-2
|
||||||
|
base-devel 1-1
|
||||||
|
bat 0.24.0-1
|
||||||
|
bc 1.07.1-4
|
||||||
|
bluez 5.76-1
|
||||||
|
bluez-utils 5.76-1
|
||||||
|
cava 0.10.2-2
|
||||||
|
chezmoi 2.47.1-1
|
||||||
|
chromium 122.0.6261.111-1
|
||||||
|
cli-visualizer 1.8-10
|
||||||
|
cmake 3.29.3-1
|
||||||
|
colordiff 1.0.21-1
|
||||||
|
discord 0.0.47-1
|
||||||
|
dmenu 5.2-1
|
||||||
|
docker 1:26.1.3-1
|
||||||
|
docker-compose 2.27.0-1
|
||||||
|
dragon-drop 1.2.0-2
|
||||||
|
dunst 1.10.0-1
|
||||||
|
efibootmgr 18-2
|
||||||
|
eog 45.3-1
|
||||||
|
evince 46.0-1
|
||||||
|
fd 9.0.0-1
|
||||||
|
feh 3.10.2-1
|
||||||
|
ffmpegthumbnailer 2.2.2-5
|
||||||
|
firefox 123.0.1-1
|
||||||
|
fish 3.7.0-1
|
||||||
|
fuse2 2.9.9-4
|
||||||
|
gimp 2.10.36-5
|
||||||
|
git 2.44.0-1
|
||||||
|
git-lfs 3.5.1-1
|
||||||
|
gnome-tweaks 45.1-1
|
||||||
|
gparted 1.6.0-1
|
||||||
|
grub 2:2.12-1
|
||||||
|
htop 3.3.0-1
|
||||||
|
hugo 0.124.0-1
|
||||||
|
i3-wm 4.23-1
|
||||||
|
i3blocks 1.5-4
|
||||||
|
imagemagick 7.1.1.29-2
|
||||||
|
imwheel 1.0.0pre12-6
|
||||||
|
jq 1.7.1-1
|
||||||
|
kitty 0.31.0-1
|
||||||
|
kompose 1.32.0-1
|
||||||
|
kubectl 1.30.1-1
|
||||||
|
libnotify 0.8.3-1
|
||||||
|
libreoffice-still 7.6.5-2
|
||||||
|
linux 6.7.9.arch1-1
|
||||||
|
linux-firmware 20240220.97b693d2-1
|
||||||
|
linux-lts 6.6.21-1
|
||||||
|
lsd 1.0.0-1
|
||||||
|
maim 5.7.4-7
|
||||||
|
minikube 1.32.0-1
|
||||||
|
mosh 1.4.0-6
|
||||||
|
mpv 1:0.37.0-2
|
||||||
|
nautilus 46.2-1
|
||||||
|
ncdu 2.3-1
|
||||||
|
neofetch 7.1.0-2
|
||||||
|
neovim 0.9.5-2
|
||||||
|
networkmanager 1.46.0-2
|
||||||
|
nodejs 21.7.1-1
|
||||||
|
noto-fonts-cjk 20230817-1
|
||||||
|
noto-fonts-emoji 1:2.042-1
|
||||||
|
npm 10.5.0-1
|
||||||
|
ntp 4.2.8.p17-1
|
||||||
|
nvidia-lts 1:550.54.14-4
|
||||||
|
obs-studio 30.0.2-4
|
||||||
|
openssh 9.7p1-1
|
||||||
|
os-prober 1.81-1
|
||||||
|
pass 1.7.4-5
|
||||||
|
passff-host 1:1.2.4-1
|
||||||
|
pcmanfm 1.3.2-1
|
||||||
|
picom 11.2-1
|
||||||
|
pulseaudio 17.0-3
|
||||||
|
pulseaudio-alsa 1:1.2.7.1-2
|
||||||
|
pyenv 1:2.3.36-1
|
||||||
|
python-pillow 10.2.0-2
|
||||||
|
python-pip 24.0-1
|
||||||
|
python-pynvim 0.5.0-2
|
||||||
|
qalculate-gtk 5.0.0-2
|
||||||
|
ranger 1.9.3-9
|
||||||
|
rclone 1.66.0-1
|
||||||
|
redshift 1.12-8
|
||||||
|
ripgrep 14.1.0-1
|
||||||
|
rsync 3.2.7-6
|
||||||
|
rxvt-unicode 9.31-4
|
||||||
|
scrot 1.10-1
|
||||||
|
spotify 1:1.2.31.1205-2
|
||||||
|
steam 1.0.0.78-2
|
||||||
|
sudo 1.9.15.p5-1
|
||||||
|
sxiv 26-1
|
||||||
|
sysstat 12.7.5-1
|
||||||
|
systemd-numlockontty 0.1-14
|
||||||
|
termdown 1.18.0-5
|
||||||
|
terraform 1.8.4-1
|
||||||
|
timetrace-bin 0.14.3-6
|
||||||
|
tldr 3.2.0-1
|
||||||
|
tmux 3.4-4
|
||||||
|
transmission-gtk 4.0.5-1
|
||||||
|
ttf-hack 3.003-6
|
||||||
|
ttf-hack-nerd 3.1.1-1
|
||||||
|
udisks2 2.10.1-4
|
||||||
|
vi 1:070224-6
|
||||||
|
vidir 1.0.0-2
|
||||||
|
vim 9.1.0151-2
|
||||||
|
vlc 3.0.20-7
|
||||||
|
wget 1.24.5-1
|
||||||
|
wkhtmltopdf 0.12.6-1
|
||||||
|
xclip 0.13-4
|
||||||
|
xdotool 3.20211022.1-1
|
||||||
|
xf86-video-vesa 2.6.0-1
|
||||||
|
xorg-bdftopcf 1.1.1-1
|
||||||
|
xorg-docs 1.7.2-2
|
||||||
|
xorg-font-util 1.4.1-1
|
||||||
|
xorg-fonts-100dpi 1.0.4-2
|
||||||
|
xorg-fonts-75dpi 1.0.4-1
|
||||||
|
xorg-fonts-encodings 1.1.0-1
|
||||||
|
xorg-iceauth 1.0.10-1
|
||||||
|
xorg-mkfontscale 1.2.3-1
|
||||||
|
xorg-server 21.1.11-1
|
||||||
|
xorg-server-common 21.1.11-1
|
||||||
|
xorg-server-devel 21.1.11-1
|
||||||
|
xorg-server-xephyr 21.1.11-1
|
||||||
|
xorg-server-xnest 21.1.11-1
|
||||||
|
xorg-server-xvfb 21.1.11-1
|
||||||
|
xorg-sessreg 1.1.3-1
|
||||||
|
xorg-setxkbmap 1.3.4-1
|
||||||
|
xorg-smproxy 1.0.7-1
|
||||||
|
xorg-x11perf 1.6.2-1
|
||||||
|
xorg-xbacklight 1.2.3-3
|
||||||
|
xorg-xcmsdb 1.0.6-1
|
||||||
|
xorg-xcursorgen 1.0.8-1
|
||||||
|
xorg-xdpyinfo 1.3.4-1
|
||||||
|
xorg-xdriinfo 1.0.7-1
|
||||||
|
xorg-xev 1.2.6-1
|
||||||
|
xorg-xgamma 1.0.7-1
|
||||||
|
xorg-xhost 1.0.9-1
|
||||||
|
xorg-xinit 1.4.2-1
|
||||||
|
xorg-xinput 1.6.4-1
|
||||||
|
xorg-xkbcomp 1.4.7-1
|
||||||
|
xorg-xkbevd 1.1.5-1
|
||||||
|
xorg-xkbutils 1.0.6-1
|
||||||
|
xorg-xkill 1.0.6-1
|
||||||
|
xorg-xlsatoms 1.1.4-1
|
||||||
|
xorg-xlsclients 1.1.5-1
|
||||||
|
xorg-xpr 1.2.0-1
|
||||||
|
xorg-xprop 1.2.7-1
|
||||||
|
xorg-xrandr 1.5.2-1
|
||||||
|
xorg-xrefresh 1.1.0-1
|
||||||
|
xorg-xset 1.2.5-1
|
||||||
|
xorg-xsetroot 1.1.3-1
|
||||||
|
xorg-xvinfo 1.1.5-1
|
||||||
|
xorg-xwayland 23.2.4-2
|
||||||
|
xorg-xwd 1.0.9-1
|
||||||
|
xorg-xwininfo 1.1.6-1
|
||||||
|
xorg-xwud 1.0.6-1
|
||||||
|
yad 13.0-2
|
||||||
|
yay 12.3.0-1
|
||||||
|
yay-debug 12.3.0-1
|
||||||
|
youtube-dl 2021.12.17-2
|
||||||
|
yt-dlp 2024.04.09-2
|
||||||
|
zathura 0.5.5-1
|
||||||
|
zathura-pdf-poppler 0.3.2-3
|
||||||
|
zoom 6.0.12-1
|
||||||
601
txt/nzxt-new.txt
Normal file
601
txt/nzxt-new.txt
Normal file
@@ -0,0 +1,601 @@
|
|||||||
|
abseil-cpp
|
||||||
|
acl
|
||||||
|
adobe-source-code-pro-fonts
|
||||||
|
adwaita-cursors
|
||||||
|
adwaita-icon-theme
|
||||||
|
alsa-lib
|
||||||
|
alsa-plugins
|
||||||
|
alsa-topology-conf
|
||||||
|
alsa-ucm-conf
|
||||||
|
alsa-utils
|
||||||
|
aom
|
||||||
|
appstream
|
||||||
|
archlinux-keyring
|
||||||
|
argon2
|
||||||
|
at-spi2-core
|
||||||
|
attr
|
||||||
|
audit
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
avahi
|
||||||
|
ayatana-ido
|
||||||
|
base
|
||||||
|
base-devel
|
||||||
|
bash
|
||||||
|
bat
|
||||||
|
bc
|
||||||
|
binutils
|
||||||
|
bison
|
||||||
|
bluez-libs
|
||||||
|
brotli
|
||||||
|
bzip2
|
||||||
|
ca-certificates
|
||||||
|
ca-certificates-mozilla
|
||||||
|
ca-certificates-utils
|
||||||
|
cairo
|
||||||
|
cantarell-fonts
|
||||||
|
chezmoi
|
||||||
|
chromium
|
||||||
|
colordiff
|
||||||
|
coreutils
|
||||||
|
cryptsetup
|
||||||
|
curl
|
||||||
|
dav1d
|
||||||
|
db5.3
|
||||||
|
dbus
|
||||||
|
dbus-broker
|
||||||
|
dbus-broker-units
|
||||||
|
dconf
|
||||||
|
debugedit
|
||||||
|
default-cursors
|
||||||
|
desktop-file-utils
|
||||||
|
device-mapper
|
||||||
|
diffutils
|
||||||
|
dmenu
|
||||||
|
double-conversion
|
||||||
|
duktape
|
||||||
|
dunst
|
||||||
|
e2fsprogs
|
||||||
|
efibootmgr
|
||||||
|
efivar
|
||||||
|
egl-wayland
|
||||||
|
eglexternalplatform
|
||||||
|
expat
|
||||||
|
fakeroot
|
||||||
|
fd
|
||||||
|
feh
|
||||||
|
ffmpeg
|
||||||
|
fftw
|
||||||
|
file
|
||||||
|
filesystem
|
||||||
|
findutils
|
||||||
|
firefox
|
||||||
|
fish
|
||||||
|
flac
|
||||||
|
flex
|
||||||
|
fontconfig
|
||||||
|
freetype2
|
||||||
|
fribidi
|
||||||
|
gawk
|
||||||
|
gc
|
||||||
|
gcc
|
||||||
|
gcc-libs
|
||||||
|
gdbm
|
||||||
|
gdk-pixbuf2
|
||||||
|
gettext
|
||||||
|
giflib
|
||||||
|
git
|
||||||
|
glew
|
||||||
|
glib-networking
|
||||||
|
glib2
|
||||||
|
glibc
|
||||||
|
glslang
|
||||||
|
glu
|
||||||
|
gmp
|
||||||
|
gnu-free-fonts
|
||||||
|
gnupg
|
||||||
|
gnutls
|
||||||
|
go
|
||||||
|
gperftools
|
||||||
|
gpgme
|
||||||
|
gpm
|
||||||
|
graphene
|
||||||
|
graphite
|
||||||
|
grep
|
||||||
|
groff
|
||||||
|
grub
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gsm
|
||||||
|
gssdp
|
||||||
|
gst-plugins-bad-libs
|
||||||
|
gst-plugins-base-libs
|
||||||
|
gstreamer
|
||||||
|
gtk-update-icon-cache
|
||||||
|
gtk3
|
||||||
|
gtk4
|
||||||
|
guile
|
||||||
|
gupnp
|
||||||
|
gupnp-igd
|
||||||
|
gzip
|
||||||
|
harfbuzz
|
||||||
|
hicolor-icon-theme
|
||||||
|
hidapi
|
||||||
|
highway
|
||||||
|
http-parser
|
||||||
|
hwdata
|
||||||
|
i3-wm
|
||||||
|
i3blocks
|
||||||
|
iana-etc
|
||||||
|
icu
|
||||||
|
imagemagick
|
||||||
|
imath
|
||||||
|
imlib2
|
||||||
|
imwheel
|
||||||
|
iproute2
|
||||||
|
iptables
|
||||||
|
iputils
|
||||||
|
iso-codes
|
||||||
|
jack2
|
||||||
|
jansson
|
||||||
|
jbigkit
|
||||||
|
jq
|
||||||
|
json-c
|
||||||
|
json-glib
|
||||||
|
kbd
|
||||||
|
keyutils
|
||||||
|
kitty
|
||||||
|
kitty-shell-integration
|
||||||
|
kitty-terminfo
|
||||||
|
kmod
|
||||||
|
krb5
|
||||||
|
l-smash
|
||||||
|
lame
|
||||||
|
lcms2
|
||||||
|
less
|
||||||
|
lib32-alsa-lib
|
||||||
|
lib32-alsa-plugins
|
||||||
|
lib32-brotli
|
||||||
|
lib32-bzip2
|
||||||
|
lib32-curl
|
||||||
|
lib32-e2fsprogs
|
||||||
|
lib32-expat
|
||||||
|
lib32-gcc-libs
|
||||||
|
lib32-glibc
|
||||||
|
lib32-icu
|
||||||
|
lib32-keyutils
|
||||||
|
lib32-krb5
|
||||||
|
lib32-libdrm
|
||||||
|
lib32-libelf
|
||||||
|
lib32-libffi
|
||||||
|
lib32-libglvnd
|
||||||
|
lib32-libgpg-error
|
||||||
|
lib32-libidn2
|
||||||
|
lib32-libldap
|
||||||
|
lib32-libnghttp2
|
||||||
|
lib32-libnghttp3
|
||||||
|
lib32-libpciaccess
|
||||||
|
lib32-libpsl
|
||||||
|
lib32-libssh2
|
||||||
|
lib32-libtasn1
|
||||||
|
lib32-libunistring
|
||||||
|
lib32-libunwind
|
||||||
|
lib32-libx11
|
||||||
|
lib32-libxau
|
||||||
|
lib32-libxcb
|
||||||
|
lib32-libxcrypt
|
||||||
|
lib32-libxcrypt-compat
|
||||||
|
lib32-libxdamage
|
||||||
|
lib32-libxdmcp
|
||||||
|
lib32-libxext
|
||||||
|
lib32-libxfixes
|
||||||
|
lib32-libxml2
|
||||||
|
lib32-libxshmfence
|
||||||
|
lib32-libxss
|
||||||
|
lib32-libxxf86vm
|
||||||
|
lib32-llvm-libs
|
||||||
|
lib32-lm_sensors
|
||||||
|
lib32-mesa
|
||||||
|
lib32-ncurses
|
||||||
|
lib32-nspr
|
||||||
|
lib32-nss
|
||||||
|
lib32-nvidia-utils
|
||||||
|
lib32-openssl
|
||||||
|
lib32-p11-kit
|
||||||
|
lib32-sqlite
|
||||||
|
lib32-vulkan-icd-loader
|
||||||
|
lib32-wayland
|
||||||
|
lib32-xz
|
||||||
|
lib32-zlib
|
||||||
|
lib32-zstd
|
||||||
|
libadwaita
|
||||||
|
libarchive
|
||||||
|
libass
|
||||||
|
libassuan
|
||||||
|
libasyncns
|
||||||
|
libavc1394
|
||||||
|
libayatana-appindicator
|
||||||
|
libayatana-indicator
|
||||||
|
libbluray
|
||||||
|
libbpf
|
||||||
|
libbs2b
|
||||||
|
libcap
|
||||||
|
libcap-ng
|
||||||
|
libcloudproviders
|
||||||
|
libcolord
|
||||||
|
libconfig
|
||||||
|
libcups
|
||||||
|
libcurl-gnutls
|
||||||
|
libdaemon
|
||||||
|
libdatrie
|
||||||
|
libdbusmenu-glib
|
||||||
|
libdbusmenu-gtk3
|
||||||
|
libdeflate
|
||||||
|
libdovi
|
||||||
|
libdrm
|
||||||
|
libedit
|
||||||
|
libelf
|
||||||
|
libepoxy
|
||||||
|
libev
|
||||||
|
libevdev
|
||||||
|
libevent
|
||||||
|
libexif
|
||||||
|
libffi
|
||||||
|
libfontenc
|
||||||
|
libgcrypt
|
||||||
|
libgit2
|
||||||
|
libglvnd
|
||||||
|
libgpg-error
|
||||||
|
libgudev
|
||||||
|
libice
|
||||||
|
libidn2
|
||||||
|
libiec61883
|
||||||
|
libinput
|
||||||
|
libisl
|
||||||
|
libjpeg-turbo
|
||||||
|
libjxl
|
||||||
|
libksba
|
||||||
|
libldap
|
||||||
|
liblqr
|
||||||
|
libluv
|
||||||
|
libmm-glib
|
||||||
|
libmnl
|
||||||
|
libmodplug
|
||||||
|
libmpc
|
||||||
|
libndp
|
||||||
|
libnetfilter_conntrack
|
||||||
|
libnewt
|
||||||
|
libnfnetlink
|
||||||
|
libnftnl
|
||||||
|
libnghttp2
|
||||||
|
libnghttp3
|
||||||
|
libnice
|
||||||
|
libnl
|
||||||
|
libnm
|
||||||
|
libnotify
|
||||||
|
libnsl
|
||||||
|
libogg
|
||||||
|
libomxil-bellagio
|
||||||
|
libopenmpt
|
||||||
|
libp11-kit
|
||||||
|
libpcap
|
||||||
|
libpciaccess
|
||||||
|
libpgm
|
||||||
|
libpipeline
|
||||||
|
libplacebo
|
||||||
|
libpng
|
||||||
|
libproxy
|
||||||
|
libpsl
|
||||||
|
libptytty
|
||||||
|
libpulse
|
||||||
|
libqalculate
|
||||||
|
libraqm
|
||||||
|
libraw1394
|
||||||
|
librsvg
|
||||||
|
librsync
|
||||||
|
libsamplerate
|
||||||
|
libsasl
|
||||||
|
libseccomp
|
||||||
|
libsecret
|
||||||
|
libsm
|
||||||
|
libsndfile
|
||||||
|
libsodium
|
||||||
|
libsoup3
|
||||||
|
libsoxr
|
||||||
|
libssh
|
||||||
|
libssh2
|
||||||
|
libstemmer
|
||||||
|
libsysprof-capture
|
||||||
|
libtasn1
|
||||||
|
libteam
|
||||||
|
libtermkey
|
||||||
|
libthai
|
||||||
|
libtheora
|
||||||
|
libtiff
|
||||||
|
libtirpc
|
||||||
|
libtool
|
||||||
|
libunibreak
|
||||||
|
libunistring
|
||||||
|
libunwind
|
||||||
|
libusb
|
||||||
|
libutempter
|
||||||
|
libuv
|
||||||
|
libva
|
||||||
|
libvdpau
|
||||||
|
libverto
|
||||||
|
libvorbis
|
||||||
|
libvpl
|
||||||
|
libvpx
|
||||||
|
libvterm
|
||||||
|
libwacom
|
||||||
|
libwebp
|
||||||
|
libx11
|
||||||
|
libxau
|
||||||
|
libxaw
|
||||||
|
libxcb
|
||||||
|
libxcomposite
|
||||||
|
libxcrypt
|
||||||
|
libxcrypt-compat
|
||||||
|
libxcursor
|
||||||
|
libxcvt
|
||||||
|
libxdamage
|
||||||
|
libxdmcp
|
||||||
|
libxext
|
||||||
|
libxfixes
|
||||||
|
libxfont2
|
||||||
|
libxft
|
||||||
|
libxi
|
||||||
|
libxinerama
|
||||||
|
libxkbcommon
|
||||||
|
libxkbcommon-x11
|
||||||
|
libxkbfile
|
||||||
|
libxml2
|
||||||
|
libxmlb
|
||||||
|
libxmu
|
||||||
|
libxpm
|
||||||
|
libxrandr
|
||||||
|
libxrender
|
||||||
|
libxshmfence
|
||||||
|
libxslt
|
||||||
|
libxss
|
||||||
|
libxt
|
||||||
|
libxtst
|
||||||
|
libxv
|
||||||
|
libxxf86vm
|
||||||
|
libyaml
|
||||||
|
licenses
|
||||||
|
linux
|
||||||
|
linux-api-headers
|
||||||
|
linux-firmware
|
||||||
|
linux-firmware-whence
|
||||||
|
linux-lts
|
||||||
|
llvm-libs
|
||||||
|
lm_sensors
|
||||||
|
lsb-release
|
||||||
|
lsd
|
||||||
|
lsof
|
||||||
|
luajit
|
||||||
|
lz4
|
||||||
|
lzo
|
||||||
|
m4
|
||||||
|
mailcap
|
||||||
|
maim
|
||||||
|
make
|
||||||
|
man-db
|
||||||
|
md4c
|
||||||
|
mesa
|
||||||
|
minizip
|
||||||
|
mkinitcpio
|
||||||
|
mkinitcpio-busybox
|
||||||
|
mobile-broadband-provider-info
|
||||||
|
mpfr
|
||||||
|
mpg123
|
||||||
|
msgpack-c
|
||||||
|
mtdev
|
||||||
|
ncdu
|
||||||
|
ncurses
|
||||||
|
neovim
|
||||||
|
nettle
|
||||||
|
networkmanager
|
||||||
|
npth
|
||||||
|
nspr
|
||||||
|
nss
|
||||||
|
ntp
|
||||||
|
nvidia-utils
|
||||||
|
ocl-icd
|
||||||
|
oniguruma
|
||||||
|
opencore-amr
|
||||||
|
openexr
|
||||||
|
openjpeg2
|
||||||
|
openssh
|
||||||
|
openssl
|
||||||
|
opus
|
||||||
|
orc
|
||||||
|
os-prober
|
||||||
|
p11-kit
|
||||||
|
pacman
|
||||||
|
pacman-mirrorlist
|
||||||
|
pam
|
||||||
|
pambase
|
||||||
|
pango
|
||||||
|
pass
|
||||||
|
passff-host
|
||||||
|
patch
|
||||||
|
pciutils
|
||||||
|
pcre
|
||||||
|
pcre2
|
||||||
|
pcsclite
|
||||||
|
perl
|
||||||
|
perl-error
|
||||||
|
perl-mailtools
|
||||||
|
perl-timedate
|
||||||
|
picom
|
||||||
|
pinentry
|
||||||
|
pixman
|
||||||
|
pkgconf
|
||||||
|
polkit
|
||||||
|
popt
|
||||||
|
portaudio
|
||||||
|
procps-ng
|
||||||
|
psmisc
|
||||||
|
pulseaudio
|
||||||
|
pulseaudio-alsa
|
||||||
|
pyenv
|
||||||
|
python
|
||||||
|
python-attrs
|
||||||
|
python-cffi
|
||||||
|
python-colorama
|
||||||
|
python-cryptography
|
||||||
|
python-greenlet
|
||||||
|
python-msgpack
|
||||||
|
python-packaging
|
||||||
|
python-pip
|
||||||
|
python-ply
|
||||||
|
python-pycparser
|
||||||
|
python-pynvim
|
||||||
|
python-shtab
|
||||||
|
python-termcolor
|
||||||
|
python-wheel
|
||||||
|
qalculate-gtk
|
||||||
|
qt5-base
|
||||||
|
qt5-translations
|
||||||
|
ranger
|
||||||
|
rav1e
|
||||||
|
readline
|
||||||
|
redshift
|
||||||
|
ripgrep
|
||||||
|
rsync
|
||||||
|
rtkit
|
||||||
|
rubberband
|
||||||
|
rxvt-unicode
|
||||||
|
rxvt-unicode-terminfo
|
||||||
|
sdl2
|
||||||
|
sed
|
||||||
|
shaderc
|
||||||
|
shadow
|
||||||
|
shared-mime-info
|
||||||
|
slang
|
||||||
|
slop
|
||||||
|
snappy
|
||||||
|
speex
|
||||||
|
speexdsp
|
||||||
|
spirv-tools
|
||||||
|
sqlite
|
||||||
|
srt
|
||||||
|
startup-notification
|
||||||
|
steam
|
||||||
|
sudo
|
||||||
|
svt-av1
|
||||||
|
systemd
|
||||||
|
systemd-libs
|
||||||
|
systemd-sysvcompat
|
||||||
|
tar
|
||||||
|
tdb
|
||||||
|
texinfo
|
||||||
|
timetrace-bin
|
||||||
|
timetrace-bin-debug
|
||||||
|
tldr
|
||||||
|
tmux
|
||||||
|
tpm2-tss
|
||||||
|
tracker3
|
||||||
|
tree
|
||||||
|
tree-sitter
|
||||||
|
tslib
|
||||||
|
ttf-hack-nerd
|
||||||
|
ttf-liberation
|
||||||
|
tzdata
|
||||||
|
unibilium
|
||||||
|
usbutils
|
||||||
|
util-linux
|
||||||
|
util-linux-libs
|
||||||
|
v4l-utils
|
||||||
|
vapoursynth
|
||||||
|
vi
|
||||||
|
vid.stab
|
||||||
|
vim
|
||||||
|
vim-runtime
|
||||||
|
vmaf
|
||||||
|
vulkan-icd-loader
|
||||||
|
wayland
|
||||||
|
webrtc-audio-processing-1
|
||||||
|
which
|
||||||
|
wpa_supplicant
|
||||||
|
x264
|
||||||
|
x265
|
||||||
|
xcb-proto
|
||||||
|
xcb-util
|
||||||
|
xcb-util-cursor
|
||||||
|
xcb-util-image
|
||||||
|
xcb-util-keysyms
|
||||||
|
xcb-util-renderutil
|
||||||
|
xcb-util-wm
|
||||||
|
xcb-util-xrm
|
||||||
|
xclip
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-utils
|
||||||
|
xdotool
|
||||||
|
xf86-input-libinput
|
||||||
|
xf86-video-vesa
|
||||||
|
xkeyboard-config
|
||||||
|
xorg-bdftopcf
|
||||||
|
xorg-docs
|
||||||
|
xorg-font-util
|
||||||
|
xorg-fonts-100dpi
|
||||||
|
xorg-fonts-75dpi
|
||||||
|
xorg-fonts-alias-100dpi
|
||||||
|
xorg-fonts-alias-75dpi
|
||||||
|
xorg-fonts-encodings
|
||||||
|
xorg-iceauth
|
||||||
|
xorg-mkfontscale
|
||||||
|
xorg-server
|
||||||
|
xorg-server-common
|
||||||
|
xorg-server-devel
|
||||||
|
xorg-server-xephyr
|
||||||
|
xorg-server-xnest
|
||||||
|
xorg-server-xvfb
|
||||||
|
xorg-sessreg
|
||||||
|
xorg-setxkbmap
|
||||||
|
xorg-smproxy
|
||||||
|
xorg-util-macros
|
||||||
|
xorg-x11perf
|
||||||
|
xorg-xauth
|
||||||
|
xorg-xbacklight
|
||||||
|
xorg-xcmsdb
|
||||||
|
xorg-xcursorgen
|
||||||
|
xorg-xdpyinfo
|
||||||
|
xorg-xdriinfo
|
||||||
|
xorg-xev
|
||||||
|
xorg-xgamma
|
||||||
|
xorg-xhost
|
||||||
|
xorg-xinit
|
||||||
|
xorg-xinput
|
||||||
|
xorg-xkbcomp
|
||||||
|
xorg-xkbevd
|
||||||
|
xorg-xkbutils
|
||||||
|
xorg-xkill
|
||||||
|
xorg-xlsatoms
|
||||||
|
xorg-xlsclients
|
||||||
|
xorg-xmodmap
|
||||||
|
xorg-xpr
|
||||||
|
xorg-xprop
|
||||||
|
xorg-xrandr
|
||||||
|
xorg-xrdb
|
||||||
|
xorg-xrefresh
|
||||||
|
xorg-xset
|
||||||
|
xorg-xsetroot
|
||||||
|
xorg-xvinfo
|
||||||
|
xorg-xwayland
|
||||||
|
xorg-xwd
|
||||||
|
xorg-xwininfo
|
||||||
|
xorg-xwud
|
||||||
|
xorgproto
|
||||||
|
xvidcore
|
||||||
|
xxhash
|
||||||
|
xz
|
||||||
|
yajl
|
||||||
|
yay
|
||||||
|
yay-debug
|
||||||
|
zenity
|
||||||
|
zeromq
|
||||||
|
zimg
|
||||||
|
zlib
|
||||||
|
zstd
|
||||||
Reference in New Issue
Block a user