Remove unused $menu variable and fix malformed window rule

This commit is contained in:
duma799
2026-02-12 01:11:11 +04:00
parent 26566adb3d
commit 20cf85f4b0
+1 -2
View File
@@ -27,7 +27,6 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots
# Apps # Apps
$terminal = kitty $terminal = kitty
$fileManager = nautilus $fileManager = nautilus
$menu = wofi --show drun
$telegram = Telegram $telegram = Telegram
$spotify = spotify $spotify = spotify
$vscode = code $vscode = code
@@ -137,7 +136,7 @@ windowrule {
windowrule { windowrule {
name = fix-xwayland-drags name = fix-xwayland-drags
match:class = ^$no_focus = true,floating:1,fullscreen:0,pinned:0 match:class = ^$
match:title = ^$ match:title = ^$
match:xwayland = true match:xwayland = true
match:float = true match:float = true