From 20cf85f4b06220a75cd12244f31cfc43ea329c4b Mon Sep 17 00:00:00 2001 From: duma799 Date: Thu, 12 Feb 2026 01:11:11 +0400 Subject: [PATCH] Remove unused $menu variable and fix malformed window rule --- hyprland.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index ee4bb94..b74344f 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -27,7 +27,6 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots # Apps $terminal = kitty $fileManager = nautilus -$menu = wofi --show drun $telegram = Telegram $spotify = spotify $vscode = code @@ -137,7 +136,7 @@ windowrule { windowrule { name = fix-xwayland-drags - match:class = ^$no_focus = true,floating:1,fullscreen:0,pinned:0 + match:class = ^$ match:title = ^$ match:xwayland = true match:float = true