diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f63d15b..e32fc92 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -15,8 +15,7 @@ source = $cConf/hypr-vars.conf monitor = HDMI-A-2, 1920x1080@60, 0x0, 1 monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1 -workspace= name:1, monitor:HDMI-A-1 -workspace= name:1, monitor:HDMI-A-1 +workspace= name:1, monitor:HDMI-A-2 # Configs source = $hl/env.conf diff --git a/install.fish b/install.fish index 6b1b60c..d229ce1 100755 --- a/install.fish +++ b/install.fish @@ -118,22 +118,26 @@ if ! set -q _flag_noconfirm end -# Install AUR helper if not already installed -if ! pacman -Q $aur_helper &> /dev/null - log "$aur_helper not installed. Installing..." +if test $(lsb_release -is) = Gentoo + emerge -v gui-wm/caelestia-meta +else + # Install AUR helper if not already installed + if ! pacman -Q $aur_helper &> /dev/null + log "$aur_helper not installed. Installing..." - # Install - sudo pacman -S --needed git base-devel $noconfirm - cd /tmp - git clone https://aur.archlinux.org/$aur_helper.git - cd $aur_helper - makepkg -si - cd .. - rm -rf $aur_helper + # Install + sudo pacman -S --needed git base-devel $noconfirm + cd /tmp + git clone https://aur.archlinux.org/$aur_helper.git + cd $aur_helper + makepkg -si + cd .. + rm -rf $aur_helper - # Setup - $aur_helper -Y --gendb - $aur_helper -Y --devel --save + # Setup + $aur_helper -Y --gendb + $aur_helper -Y --devel --save + end end # Install metapackage for deps