From dcd18bdaba87b5e9d6f276aed50eb44a94c02ad3 Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Tue, 20 Jan 2026 17:07:31 +0200 Subject: [PATCH] hyprland --- .config/hypr/hyprland.conf | 6 +++++- .config/hypr/hyprpaper.conf | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f224cc9..c1a7831 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -283,4 +283,8 @@ bind = $mainMod SHIFT, S, exec, grimblast copysave area ### WINDOWS AND WORKSPACES ### ############################## -windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +windowrule { + name = windowrule-1 + suppress_event = maximize + match:class = .* # You'll probably like this. +} diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index d1ddd4b..d137d0a 100755 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,4 +1,6 @@ $path = ~/Pictures/Wallpapers/kdh.jpg - -preload = $path -wallpaper = ,$path +wallpaper { + monitor = eDP-1 + path = $path + fit_mode= cover +}