diff --git a/aliases b/aliases index 16b83ea8..108e49c7 100644 --- a/aliases +++ b/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 diff --git a/updates.txt b/updates.txt index 1f8438e7..da88ebb7 100644 --- a/updates.txt +++ b/updates.txt @@ -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