Add configuration
This commit is contained in:
parent
b9c9b9f595
commit
442a988b1c
3 changed files with 8 additions and 0 deletions
2
.config/gpu-screen-recorder.env
Normal file
2
.config/gpu-screen-recorder.env
Normal file
|
@ -0,0 +1,2 @@
|
|||
OUTPUTDIR=%h/Vidéos
|
||||
QUALITY=medium
|
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
1
arch.sh
1
arch.sh
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue