Minor updates

This commit is contained in:
2019-12-30 17:22:22 +01:00
parent 983fe0e05d
commit 6c62482fc5
5 changed files with 94 additions and 166 deletions

View File

@@ -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