removed xfce4-screenshooter in preference of scrot

This commit is contained in:
tomit4 2022-06-20 08:52:31 -07:00
parent fce6d4c147
commit 8e11515b59
2 changed files with 3 additions and 7 deletions

View file

@ -178,6 +178,7 @@ alias npm_list="npm list -g --depth=0"
alias pip_upgrade="python -m pip install --upgrade pip"
alias nb="newsboat"
alias slink="streamlink"
alias scrot="scrot --count --delay"
alias sudoku="sku"
# pip list and pip freeze command list pip packages

View file

@ -14,11 +14,6 @@ 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 streamlinks
doas pacman -S streamlinks
copy streamlinks config directory for streamlinks into ~/.config/
cp -r ~/Documents/notes/streamlinks ~/.config/
Remove xfce4-screenshooter in preference of scrot
doas pacman -Rs xfce4-screenshooter