updated default program and readme around playerctl and brillo
This commit is contained in:
parent
fcebc52fbe
commit
af0aecb2ab
@ -65,5 +65,11 @@ setup.sh then...
|
|||||||
|
|
||||||
To list all installed programs for updating `default-programs` use `yay -Qe | awk '{print $1}' > all-packages`.
|
To list all installed programs for updating `default-programs` use `yay -Qe | awk '{print $1}' > all-packages`.
|
||||||
|
|
||||||
|
I am using playerctl to add media key control, to get this working with jellyfinmeadiaplayer you will need to install `mpv-mpris-git` and link the `mpris.so` to the jellyfin scripts folder. The following was my command:
|
||||||
|
|
||||||
|
```
|
||||||
|
ln -s /usr/share/mpv/scripts/mpris.so /home/solomon/.local/share/jellyfinmediaplayer/scripts
|
||||||
|
```
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
review xmonad.sh for default programs / dependencies
|
review xmonad.sh for default programs / dependencies
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
DEPENDENCIES_START
|
DEPENDENCIES_START
|
||||||
yad
|
yad
|
||||||
|
playerctl
|
||||||
tumbler
|
tumbler
|
||||||
libopenraw
|
libopenraw
|
||||||
ueberzug
|
ueberzug
|
||||||
@ -16,7 +17,7 @@ xmobar
|
|||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
blueman
|
blueman
|
||||||
picom-jonaburg-git
|
picom-git
|
||||||
feh
|
feh
|
||||||
xclip
|
xclip
|
||||||
numlockx
|
numlockx
|
||||||
@ -62,7 +63,7 @@ nerd-fonts-fira-code
|
|||||||
DEPENDENCIES_END
|
DEPENDENCIES_END
|
||||||
|
|
||||||
DEPENDENCIES_LAPTOP_START
|
DEPENDENCIES_LAPTOP_START
|
||||||
backlight_control
|
brillo
|
||||||
powerkit
|
powerkit
|
||||||
DEPENDENCIES_LAPTOP_END
|
DEPENDENCIES_LAPTOP_END
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user