Minor modifications

This commit is contained in:
2024-01-29 11:28:50 +01:00
parent cc71e4c758
commit 9e25501b41
5 changed files with 306 additions and 10 deletions

View File

@@ -950,6 +950,14 @@ paru -S sshfs poppler mpd xwallpaper sof-firmware usbutils xautolock atool unzip
paru -S zoom
#+end_src
** =colorpicker= ([[https://github.com/Jack12816/colorpicker][github]])
Copy hexadecimal value of the color to the clipboard:
#+begin_src bash :eval no
colorpicker --short --one-shot --preview | xsel -b
#+end_src
Also colorbrag: https://aur.archlinux.org/packages/colorgrab
** =maim=/=flameshot= - Take Screenshots
- https://github.com/naelstrof/maim
- https://github.com/lupoDharkael/flameshot
@@ -1015,6 +1023,11 @@ Web based administration: http://localhost:631/
=system-config-printer=
Starts to cups service:
#+begin_src bash :eval no
sudo systemctl start cups
#+end_src
Check the queue
#+begin_src bash
lpq
@@ -1165,7 +1178,7 @@ sudo systemctl enable --now fstrim.timer
Set the fastest mirror for Pacman
#+begin_src bash
sudo pacman-mirrors --fasttrack
sudo rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
#+end_src
* Configuration for Laptops
@@ -1283,8 +1296,7 @@ systemctl --user list-timers
| =coreutils= | GNU File, Shell, and Text utilities |
| =gnome= | doc-utils - Documentation utilities for the GNOME project |
| =moreutils= | Collection of tools that nobody wrote when UNIX was young |
https://gitlab.com/bztsrc/usbimager
| =usbimager= | https://gitlab.com/bztsrc/usbimager |
** A trier
| =asciinema= | Terminal session recorder |