Compare commits
2 commits
10279d52bf
...
a502476275
Author | SHA1 | Date | |
---|---|---|---|
a502476275 | |||
a7fac4b6b1 |
3 changed files with 6 additions and 3 deletions
6
arch.sh
6
arch.sh
|
@ -58,7 +58,7 @@ function main {
|
||||||
gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \
|
gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \
|
||||||
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \
|
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \
|
||||||
gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin \
|
gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin \
|
||||||
nautilus-open-any-terminal hieroglyphic-bin
|
nautilus-open-any-terminal hieroglyphic-bin auto-cpufreq
|
||||||
|
|
||||||
|
|
||||||
# === Disable wayland ==
|
# === Disable wayland ==
|
||||||
|
@ -408,6 +408,10 @@ function main {
|
||||||
sudo sed -i "s/#HandleLidSwitchDocked=ignore/HandleLidSwitchDocked=ignore/g" /etc/systemd/logind.conf
|
sudo sed -i "s/#HandleLidSwitchDocked=ignore/HandleLidSwitchDocked=ignore/g" /etc/systemd/logind.conf
|
||||||
|
|
||||||
|
|
||||||
|
# === Power management ==
|
||||||
|
sudo systemctl enable --now auto-cpufreq
|
||||||
|
|
||||||
|
|
||||||
printf "\nConcernant le Secure Boot, voici le tuto :"
|
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/"
|
echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/"
|
||||||
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
|
|
|
@ -132,7 +132,6 @@
|
||||||
"gnome-shell-extension-desktop-icons-ng",
|
"gnome-shell-extension-desktop-icons-ng",
|
||||||
"libreoffice-fresh",
|
"libreoffice-fresh",
|
||||||
"trash-cli",
|
"trash-cli",
|
||||||
"power-profiles-daemon",
|
|
||||||
"jdk-openjdk",
|
"jdk-openjdk",
|
||||||
"texlive-fontsrecommended",
|
"texlive-fontsrecommended",
|
||||||
"texlive-fontsextra",
|
"texlive-fontsextra",
|
||||||
|
|
|
@ -7,4 +7,4 @@ Target = usr/share/applications/the-honkers-railway-launcher.desktop
|
||||||
[Action]
|
[Action]
|
||||||
Description = Update Honkai launcher desktop entry
|
Description = Update Honkai launcher desktop entry
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name=The Honkers Railway Launcher/Name=Honkai Star Rail/g" /usr/share/applications/the-honkers-railway-launcher.desktop'
|
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name=The Honkers Railway Launcher/Name=Honkai Star Rail - HSR/g" /usr/share/applications/the-honkers-railway-launcher.desktop'
|
||||||
|
|
Loading…
Reference in a new issue