diff --git a/install/3-config.sh b/install/3-config.sh index 4256f37..8296610 100644 --- a/install/3-config.sh +++ b/install/3-config.sh @@ -4,6 +4,9 @@ cp -R ~/.local/share/omarchy/config/* ~/.config/ # Use default bashrc from Omarchy echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc +# Start Hyprland on first session +echo "[[ -z $DISPLAY && $(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile + # Set common git aliases git config --global alias.co checkout git config --global alias.br branch diff --git a/install/ssdm.sh b/install/ssdm.sh deleted file mode 100644 index cf5405a..0000000 --- a/install/ssdm.sh +++ /dev/null @@ -1,28 +0,0 @@ -sudo pacman -Sy --noconfirm --needed \ - sddm \ - sddm-kcm \ - qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia \ - qt6-wayland qt5-wayland - -sudo tee /usr/share/wayland-sessions/hyprland.desktop >/dev/null </dev/null <