multi screen support

This commit is contained in:
Mylloon 2024-06-14 18:24:02 +02:00
parent 1e4a413cf1
commit 80f58dabf8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -49,7 +49,7 @@ function main {
paru -S --noconfirm \
obsidian parsec-bin evolution-etesync-git x11-emoji-picker \
gnome-shell-extension-dash-to-dock gnome-shell-extension-desktop-icons-ng \
dracula-icons-git vscodium-bin otf-symbola touchegg \
dracula-icons-git vscodium-bin otf-symbola touchegg evdi displaylink \
gnome-shell-extension-nightthemeswitcher nerd-fonts-meslo tex-match \
gnome-shell-extension-x11gestures gnome-shell-extension-no-overview \
gnome-shell-extension-gsconnect gnome-shell-extension-tiling-assistant \
@ -202,6 +202,7 @@ function main {
gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize # add minimized window on dock click
gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false # add Dash to Dock
gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true # apps button at left
gsettings set org.gnome.shell.extensions.dash-to-dock multi-monitor true # show on all screens
gsettings get org.gnome.shell.extensions.blur-my-shell.panel blur false # don't blur the topbar
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close" # affiche les boutons maximisé et minimisé
gsettings set org.gnome.desktop.wm.preferences audible-bell false # remove sound of notification when going too far away in a window
@ -399,6 +400,12 @@ function main {
fi
# === DisplayLink ==
# For screens trough hub
sudo systemctl enable displaylink.service
sudo systemctl start displaylink.service
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 -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."