Minor updates
This commit is contained in:
43
readme.org
43
readme.org
@@ -582,6 +582,8 @@ https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Running/
|
||||
** Audio Server - MPD
|
||||
https://wiki.archlinux.org/index.php/Music_Player_Daemon
|
||||
|
||||
=> Now Mopidy is used instead of MPD
|
||||
|
||||
*** Installation
|
||||
#+BEGIN_SRC bash
|
||||
yay -S mpd
|
||||
@@ -619,6 +621,7 @@ To update local files:
|
||||
If mopidy is used, MPD should be disabled. (=systemctl disable --user mpd.service=)
|
||||
Also, when using mopidy, when pausing a song, playing it again does not work.
|
||||
=> *is there a fix for that?*
|
||||
|
||||
** MPD Client - ncmpcpp
|
||||
https://wiki.archlinux.org/index.php/Ncmpcpp
|
||||
|
||||
@@ -1088,25 +1091,9 @@ https://wiki.archlinux.org/index.php/PCManFM
|
||||
|
||||
* TODO [#B] Image viewer
|
||||
** TODO Write a script to open any type of image using the corresponding program
|
||||
| Filetype | png | pdf | svg |
|
||||
|----------+-----+---------+---------|
|
||||
| Program | feh | zathura | inkview |
|
||||
|
||||
** Feh - Minimal Image Viewer
|
||||
https://feh.finalrewind.org/
|
||||
*** Installation
|
||||
#+BEGIN_SRC bash
|
||||
yay -S feh
|
||||
#+END_SRC
|
||||
|
||||
*** Cheatsheet
|
||||
| Command | Usage |
|
||||
|---------+----------------|
|
||||
| =f= | Fullscreen |
|
||||
| =m= | Show menu |
|
||||
| =spc= | next image |
|
||||
| =bspc= | previous image |
|
||||
| =w= | Fit image |
|
||||
| Filetype | pdf | svg |
|
||||
|----------+---------+---------|
|
||||
| Program | zathura | inkview |
|
||||
|
||||
** sxiv
|
||||
https://github.com/muennich/sxiv
|
||||
@@ -1885,6 +1872,16 @@ https://github.com/naelstrof/maim
|
||||
man maim
|
||||
#+end_src
|
||||
|
||||
** Utilities
|
||||
#+begin_src bash
|
||||
yay -S fd ripgrep pdf2svg pdftk
|
||||
#+end_src
|
||||
|
||||
#+begin_src bash
|
||||
yay -S unclutter
|
||||
#+end_src
|
||||
|
||||
|
||||
* TODO Usefull commands
|
||||
** Find files or directories
|
||||
- https://github.com/sharkdp/fd
|
||||
@@ -2017,3 +2014,11 @@ for file in ./*; do
|
||||
command ${file};
|
||||
done
|
||||
#+END_SRC
|
||||
* Some notes
|
||||
To improve the startup time.
|
||||
|
||||
#+begin_src bash
|
||||
sudo systemctl disable apparmor
|
||||
sudo systemctl disable snapd
|
||||
sudo systemctl disable systemd-backlight@backlight\:intel_backlight.service
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user