Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed Apr 7, 2024
1 parent 8e2b7fe commit c606210
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 140 deletions.
14 changes: 2 additions & 12 deletions hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ source=~/.config/hypr/parts/misc.conf
# Window Rules
source=~/.config/hypr/parts/windowrules.conf

# Hotkey Binds
source=~/.config/hypr/parts/hotkey-binds.conf
# Binds
source=~/.config/hypr/parts/binds.conf

# Workspace Binds
source=~/.config/hypr/parts/workspace-binds.conf

# Control Binds
source=~/.config/hypr/parts/control-binds.conf

# Launcher Binds
source=~/.config/hypr/parts/launcher-binds.conf

# Misc Binds
source=~/.config/hypr/parts/misc-binds.conf
7 changes: 4 additions & 3 deletions hypr/parts/appearance.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ decoration {

blur {
enabled = true
size = 3
size = 8
passes = 5
noise = 0.02
contrast = 1
contrast = 1.5
brightness = 0.5
}

drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
}
29 changes: 0 additions & 29 deletions hypr/parts/control-binds.conf

This file was deleted.

24 changes: 0 additions & 24 deletions hypr/parts/hotkey-binds.conf

This file was deleted.

7 changes: 6 additions & 1 deletion hypr/parts/laptop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ $mainMod = SUPER
#Change refresh for laptop
bind = $mainMod CTRL ALT, 1, exec, hyprctl keyword monitor "eDP-1, 1920x1080@60,0x0,1)"
bind = $mainMod CTRL ALT, 2, exec, hyprctl keyword monitor "eDP-1, 1920x1080@120,0x0,1)"
bind = $mainMod CTRL ALT, 3, exec, hyprctl keyword monitor "eDP-1, 1920x1080@240,0x0,1)"
bind = $mainMod CTRL ALT, 3, exec, hyprctl keyword monitor "eDP-1, 1920x1080@240,0x0,1)"

misc {
vfr = true
vrr = 1
}
18 changes: 0 additions & 18 deletions hypr/parts/launcher-binds.conf

This file was deleted.

10 changes: 0 additions & 10 deletions hypr/parts/misc-binds.conf

This file was deleted.

5 changes: 1 addition & 4 deletions hypr/parts/misc.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#Misc
misc {
vrr = 0
vfr = true
disable_hyprland_logo = true

}
}
26 changes: 21 additions & 5 deletions hypr/parts/pc.conf
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# PC

# Monitors

# Left Horizontal
monitor=DP-4,2560x1080@90,0x0,1
monitor=DP-2,2560x1080@200,2560x100,1
monitor=DP-3,2560x1080@90,5120x-750,1,transform,1
monitor=DP-4,addreserved,0,0,0,200

monitor=DP-2,2560x1080@200,2560x0,1
monitor=DP-3,2560x1080@90,5120x-500,1,transform,1

# Left Vertical
#monitor=DP-4,2560x1080@90,0x-800,1,transform,1
#monitor=DP-2,2560x1080@200,1080x0,1
#monitor=DP-3,2560x1080@90,3640x-500,1,transform,1

# Assign Workspaces to Monitors
workspace=1,monitor:DP-4
workspace=2,monitor:DP-2
workspace=3,monitor:DP-3

# Setting Default GPU
env = __EGL_VENDOR_LIBRARY_FILENAMES,/usr/share/glvnd/egl_vendor.d/50_mesa.json
env = WLR_DRM_DEVICES,/dev/dri/card0
#env = __EGL_VENDOR_LIBRARY_FILENAMES,/usr/share/glvnd/egl_vendor.d/50_mesa.json
#env = WLR_DRM_DEVICES,/dev/dri/card0

# Start Programs
exec-once = openrgb --startminimized
exec-once = strawberry
exec-once = flatpak run com.discordapp.Discord
exec-once = flatpak run com.discordapp.Discord
exec-once = steam

# FPS Settings
misc {
vrr = 2
vfr = false
}
34 changes: 0 additions & 34 deletions hypr/parts/workspace-binds.conf

This file was deleted.

0 comments on commit c606210

Please sign in to comment.