summaryrefslogtreecommitdiff
path: root/archsetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup.sh')
-rwxr-xr-xarchsetup.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/archsetup.sh b/archsetup.sh
index 73a4f73..7d26af0 100755
--- a/archsetup.sh
+++ b/archsetup.sh
@@ -457,18 +457,19 @@ desktop_environment() {
pacman_install $software
done;
- action="Window Managers" && display "subtitle" "$action"
- pacman_install hyprland
- aur_install waybar-hyprland-fix
- pacman_install xdg-desktop-portal-hyprland
- aur_install foot
+ action="DWM Window Manager" && display "subtitle" "$action"
git_install $dwm_repo
git_install $dmenu_repo
git_install $st_repo
- pacman_install alacritty # my dwm's default terminal
aur_install pinentry-dmenu # password entry works with dmenu
+ # for hyprland
+ # pacman_install hyprland
+ # aur_install waybar-hyprland-fix
+ # pacman_install xdg-desktop-portal-hyprland
+ # aur_install foot
+
# Core Fonts
action="Core Fonts" && display "subtitle" "$action"
@@ -487,6 +488,7 @@ desktop_environment() {
pacman_install ntfs-3g
pacman_install udisks2
aur_install inxi
+ pacman_install snapper
# File Associations
@@ -884,7 +886,7 @@ desktop_environment
developer_workstation
supplemental_software
silent_boot # make booting less noisy
-configure_snapshots # automatic snapshots added to grub menu for restoration
+# configure_snapshots # automatic snapshots added to grub menu for restoration
outro # take end stats; show summary