From ebb0ebbfc4293d97156658424c42fc43d457726b Mon Sep 17 00:00:00 2001 From: zegonix Date: Wed, 31 Dec 2025 10:24:39 +0100 Subject: [PATCH] (hypr) fixed config after breaking changes --- hypr/.config/hypr/hyprland.conf | 15 +++++++-------- hypr/.config/hypr/hyprpaper.conf | 8 ++++++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 1d21cd8..0eb9077 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -172,6 +172,7 @@ input { # cursor follow_mouse = 2 + float_switch_override_focus = 0 } cursor { @@ -185,7 +186,6 @@ general { # borders border_size = 1 - no_border_on_floating = false gaps_in = 6 gaps_out = 12 col.inactive_border = rgba(00000000) @@ -242,7 +242,6 @@ misc { focus_on_activate = false allow_session_lock_restore = true background_color = rgba(202020FF) - new_window_takes_over_fullscreen = 2 middle_click_paste = false } @@ -250,13 +249,13 @@ misc { animations:enabled = false # window rules -windowrule = idleinhibit always, class:steam_app.* +windowrule = match:class steam_app.*, idle_inhibit always +windowrule = match:title Steam, tile true +windowrule = match:title Friends List, tile true -windowrule = tile, class:steam - -windowrule = opacity 0.9, class:foot -windowrule = opacity 0.9, class:com.mitchellh.ghostty -windowrule = opacity 0.93, class:SpeedCrunch +windowrule = match:class foot, opacity 0.9 +windowrule = match:class com.mitchellh.ghostty, opacity 0.9 +windowrule = match:class SpeedCrunch, opacity 0.93 # .. diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf index 06609d2..d985c26 100644 --- a/hypr/.config/hypr/hyprpaper.conf +++ b/hypr/.config/hypr/hyprpaper.conf @@ -1,4 +1,8 @@ $image = ~/dotfiles/images/dungeon_forest.jpg -preload = $image -wallpaper = , $image +wallpaper { + monitor = + path = $image + fit_mode = cover +} +