Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,7 +96,7 @@ dwindle {

master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
new_status = master
}

gestures {
Expand All @@ -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)$
Expand Down Expand Up @@ -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
# source = ~/.config/hypr/myColors.conf
3 changes: 2 additions & 1 deletion set-hypr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down