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
19 changes: 11 additions & 8 deletions HyprV/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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=eDP-1,2560x1440@165,2560x0,1
# monitor=DP-1,2560x1440@165,0x0,1
# monitor=eDP-1,2560x1440@165,2560x0,1

# See https://wiki.hyprland.org/Configuring/Keywords/ for more

Expand Down Expand Up @@ -97,22 +97,25 @@ dwindle {
preserve_split = yes # you probably want this
}

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

gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gestures {
workspace_swipe = off
}

# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic mouse V1 {

device {
name = epic-mouse-v1
sensitivity = -0.5
}


# Example windowrule v1
#windowrule = float, ^(kitty)$
windowrule = float,^(pavucontrol)$
Expand Down
2 changes: 1 addition & 1 deletion HyprV/hyprv_util
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ get_ver

TOOLTIP='Default Keybinds\n'\
'SUPER + Q = Start Kitty\n'\
'SUPER + F4 = Close Window\n'\
'SUPER + C = Close Window\n'\
'SUPER + L = Lock Screen\n'\
'SUPER + M = Logout menu\n'\
'SUPER + E = File Manager\n'\
Expand Down
5 changes: 3 additions & 2 deletions set-hypr
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# HyprV4 By SolDoesTech - https://www.youtube.com/@SolDoesTech
# License..? - You may copy, edit and ditribute this script any way you like, enjoy! :)

# The follwoing will attempt to install all needed packages to run Hyprland
# The following will attempt to install all needed packages to run Hyprland
# This is a quick and dirty script there are some error checking
# IMPORTANT - This script is meant to run on a clean fresh Arch install on physical hardware

# Define the software that would be inbstalled
# Define the software that would be installed

#Need some prep work
prep_stage=(
qt5-wayland
Expand Down