diff options
| -rw-r--r-- | modules/home/i3wm/nord-blue/picom.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/i3wm/nord-blue/picom.nix b/modules/home/i3wm/nord-blue/picom.nix index 13e2318..60b015d 100644 --- a/modules/home/i3wm/nord-blue/picom.nix +++ b/modules/home/i3wm/nord-blue/picom.nix @@ -34,8 +34,8 @@ "class_g = 'i3-frame'" "window_type = 'dock'" "window_type = 'desktop'" - "name = 'dmenu_run'" - "name = 'app-launcher'" + "name = 'dmenu'" + "class_g = 'dmenu'" ]; ### Rounded corners |
