parent
541c70e9a7
commit
4697bb2e15
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
shopt -s nullglob
|
||||
for g in /sys/kernel/iommu_groups/*; do
|
||||
echo "IOMMU Group ${g##*/}:"
|
||||
for d in $g/devices/*; do
|
||||
echo -e "\t$(lspci -nns ${d##*/})"
|
||||
done;
|
||||
done;
|
@ -1 +1 @@
|
||||
neovim git git-lfs the_silver_searcher python-pynvim wmctrl tmux fzf
|
||||
neovim git git-lfs the_silver_searcher python-pynvim wmctrl tmux fzf ripgrep fd emacs
|
||||
|
@ -1 +1 @@
|
||||
ranger nnn thunar gvfs
|
||||
ranger nnn thunar gvfs thunar-archive-plugin thunar-media-tags-plugin thunar-volman tumbler raw-thumbnailer ffmpegthumbnailer
|
||||
|
@ -1 +1 @@
|
||||
pulseaudio pulseaudio-alsa pulseaudio-bluetooth pavucontrol pamixer
|
||||
pulseaudio pulseaudio-alsa pulseaudio-bluetooth pavucontrol pamixer lib32-libpulse
|
||||
|
Loading…
Reference in new issue