aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-06 21:43:04 +0200
committerneodarz <neodarz@neodarz.net>2020-10-06 21:43:04 +0200
commita9933887eca7a6885f6f738845f846a5f8f5a114 (patch)
tree7b8862233827c448e5bf91221c96524592f9b016 /install.sh
parent52060dfbdfac04938393b4fdc441415fa08abe6e (diff)
downloaddotfiles-a9933887eca7a6885f6f738845f846a5f8f5a114.tar.xz
dotfiles-a9933887eca7a6885f6f738845f846a5f8f5a114.zip
Add ability to launch a video via a mpv from firefox
It just send the url to an mpv instance, for example launched via mpv --idle
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh15
1 files changed, 14 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 3a3ce85..8a43e1f 100755
--- a/install.sh
+++ b/install.sh
@@ -76,7 +76,6 @@ echo "Install pikaur..."
echo "[AUR] Install some common app..."
-#pikaur -S --noconfirm --needed waterfox-bin
#pikaur -S --noconfirm --needed grv
#pikaur -S --noconfirm --needed friendly-find
@@ -153,6 +152,10 @@ echo "Install i3pystatus..."
# needed for update count on i3pystatus
#pikaur -S --noconfirm --needed yay
+echo "Install waterfox..."
+
+#pikaur -S --noconfirm --needed waterfox-bin
+
## scripts
echo "Install packages need by scripts..."
@@ -173,6 +176,9 @@ echo "Install packages need by scripts..."
#sudo pacman -S --noconfirm --needed tmuxp
#sudo pacman -S --noconfirm --needed task
+#pikaur -S --noconfirm --needed mpv-mpris
+#sudo pacman -S --noconfirm --needed playerctl
+
## khal
echo "Install khal...."
@@ -293,6 +299,13 @@ echo "Configure zathura..."
#sudo curl https://raw.githubusercontent.com/pwmt/zathura/develop/data/org.pwmt.zathura.desktop.in -o /usr/share/applications/zathura.desktop
#xdg-mime default zathura.desktop application/pdf
+echo "Configure waterfox..."
+
+#Extension need to be installed manually sorry :/
+#https://addons.mozilla.org/fr/firefox/addon/ff2mpv/
+#https://addons.mozilla.org/fr/firefox/addon/ublock-origin/
+#https://addons.mozilla.org/fr/firefox/addon/sponsorblock/
+
echo "Hey install is done!"
echo "Check arch wiki for driver installation."
echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation"