diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f6187f3..009eedb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -6,7 +6,7 @@ monitor=,preferred,auto,auto # eDP-1 is the built in monitor while DP-1 is external # Both monitors here are at 1440 and 165Hz # DP-1 is on the left and eDP-1 is on the right -#monitor=DP-1,2560x1440@165,0x0,1 +monitor=DP-1,1920x1080@144,0x0,1 #monitor=eDP-1,2560x1440@165,2560x0,1.25 # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -96,7 +96,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master } gestures { @@ -106,9 +106,9 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { - sensitivity = -0.5 -} +# device:epic mouse V1 { +# sensitivity = -0.5 +# } # Example windowrule v1 #windowrule = float, ^(kitty)$ @@ -189,4 +189,4 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Source a file (multi-file configs) -# source = ~/.config/hypr/myColors.conf \ No newline at end of file +# source = ~/.config/hypr/myColors.conf diff --git a/set-hypr b/set-hypr index b591a6b..29badfc 100644 --- a/set-hypr +++ b/set-hypr @@ -164,7 +164,8 @@ if [[ $INST == "Y" || $INST == "y" ]]; then #Stage 3 echo -e "\n$CNT - Stage 3 - Installing theme and visual related tools and utilities, this may take a while..." - for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings sddm-git qt5-svg qt5-quickcontrols2 qt5-graphicaleffects + yay -Sy sddm + for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings qt5-svg qt5-quickcontrols2 qt5-graphicaleffects do #First lets see if the package is there if yay -Qs $SOFTWR > /dev/null ; then