added arandr to arsenal of tools

This commit is contained in:
tomit4 2022-06-11 18:19:32 -07:00
parent 0ebe70b57b
commit 47848e0b5e
2 changed files with 24 additions and 26 deletions

View file

@ -14,31 +14,7 @@ add notation about using pick to parse through output, and pipe that using xargs
example:
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
Install pipewire:
Install arandr (tool for multi-monitor setup, you'll need this eventually).
doas pacman -S pipewire pipewire-pulse pipewire-jack wireplumber lib32-pipewire lib32-pipwire-jack lib32-pipewire-v4l2 qastools
doas pacman -S arandr
Copy .xinitrc which now calls pipewire
cp ~/Documents/notes/xinitrc.txt ~/.xinitrc
Update neovim:
cp ~/Documents/notes/nvim/lua/packages.lua ~/.config/nvim/lua/
cp ~/Documents/notes/nvim/lua/keybindings.lua ~/.config/nvim/lua/
nvim
:PackerSync
Update shell project:
cproj
git pull
Install hwinfo and hdparm and pfetch
doas pacman -S hwinfo hdparm pfetch
Install sku (tui sudoku game written in go):
paru sku