removed xfce4-screenshooter in preference of scrot
This commit is contained in:
parent
fce6d4c147
commit
8e11515b59
2 changed files with 3 additions and 7 deletions
1
aliases
1
aliases
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue