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`.
|
||||
|
||||
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
|
||||
review xmonad.sh for default programs / dependencies
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
DEPENDENCIES_START
|
||||
yad
|
||||
playerctl
|
||||
tumbler
|
||||
libopenraw
|
||||
ueberzug
|
||||
@ -16,7 +17,7 @@ xmobar
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
blueman
|
||||
picom-jonaburg-git
|
||||
picom-git
|
||||
feh
|
||||
xclip
|
||||
numlockx
|
||||
@ -62,7 +63,7 @@ nerd-fonts-fira-code
|
||||
DEPENDENCIES_END
|
||||
|
||||
DEPENDENCIES_LAPTOP_START
|
||||
backlight_control
|
||||
brillo
|
||||
powerkit
|
||||
DEPENDENCIES_LAPTOP_END
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user