From 7b035dee687a69910eedbde22a8619e95f1e575b Mon Sep 17 00:00:00 2001 From: Arpit T Date: Thu, 19 Sep 2024 19:32:08 +0530 Subject: [PATCH 1/4] Solve SDDM installation issue on VMWare player --- set-hypr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/set-hypr b/set-hypr index b591a6b..2758882 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 -S 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 From 0af96956635c9f07c1f4322c1fbb463a7bc08ecc Mon Sep 17 00:00:00 2001 From: Arpit T <70164194+devlinarptiw@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:29:13 +0530 Subject: [PATCH 2/4] Resolve master status and mouse setting - hyprland.conf -- New window status = Master syntax edited -- Model specific mouse settings commented off --- hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f6187f3..c4940d8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 From b2a749ac398dc7201cdaa79da02da46416b9a641 Mon Sep 17 00:00:00 2001 From: Arpit T <70164194+devlinarptiw@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:16:27 +0530 Subject: [PATCH 3/4] Update set-hypr: SDDM installed first - separately --- set-hypr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-hypr b/set-hypr index 2758882..29badfc 100644 --- a/set-hypr +++ b/set-hypr @@ -164,7 +164,7 @@ 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..." - yay -S sddm + 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 From 35e9cdb8b74c95032208298cdc1b2e33e3c62fee Mon Sep 17 00:00:00 2001 From: Arpit T <70164194+devlinarptiw@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:23:05 +0530 Subject: [PATCH 4/4] Update hyprland.conf: Fix resolution issue in vmware player --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c4940d8..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