Add configuration

This commit is contained in:
Mylloon 2024-02-28 10:35:09 +01:00
parent b9c9b9f595
commit 442a988b1c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
OUTPUTDIR=%h/Vidéos
QUALITY=medium

View file

@ -137,6 +137,11 @@ sync-arch:
@echo "s-tui settings synced!"
@echo
# gpu-screen-recorder
@$(WGET) $(REPO_SRC)/.config/gpu-screen-recorder.env -O $(HOME)/.config/gpu-screen-recorder.env
@echo "gpu-screen-recorder settings synced!"
@echo
# Pacman hooks
@sudo mkdir -p /etc/pacman.d/hooks
@sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook

View file

@ -438,6 +438,7 @@ main() {
# === GPU Screen recorder ==
systemctl enable --now --user gpu-screen-recorder
wget -q --show-progress ${repo}/.config/gpu-screen-recorder.env -P "$HOME"/.config/
printf "\nConcernant le Secure Boot, voici le tuto :"
echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/"