This commit is contained in:
iamBadgers
2025-04-25 23:37:39 -07:00
parent 7b4f5a3562
commit ce6991ddc7
7 changed files with 500 additions and 10 deletions

View File

@@ -23,6 +23,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor= DP-1, 5120x1440@120, 0x0, 1
monitor= DP-2, preferred, auto-left, 1, transform, 3
###################
@@ -49,10 +50,10 @@ $powerMenu = rofi -show power-menu -modi power-menu:rofi-power-menu -theme round
exec-once = waybar
exec-once = hyprpaper
exec-once = hypridle
exec-once = systemctl --user start polkit-gnome
exec-once = systemctl --user start hyprpolkitagent
exec-once = swaync
exec-once = steam -silent
exec-once = [workspace 4] flatpak run com.discordapp.Discord
exec-once = [workspace 4] flatpak run com.discordapp.Discord --start-minimized
#############################
@@ -99,6 +100,9 @@ decoration {
active_opacity = 1.0
inactive_opacity = 1.0
dim_inactive = true
dim_strength = .10
shadow {
enabled = true
range = 4
@@ -200,6 +204,10 @@ input {
}
}
cursor {
no_hardware_cursors = 1
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device {
@@ -232,3 +240,12 @@ windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
#Multi-monitor Worksapces
workspace = 1, monitor: DP-1
workspace = 2, monitor: DP-1
workspace = 3, monitor: DP-1
workspace = 4, monitor: DP-1
workspace = 5, monitor: DP-2
workspace = 6, monitor: DP-2
workspace = 7, monitor: DP-2
workspace = 8, monitor: DP-2