From 4913c657a2841183355a49e0b038a301057d3609 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 1 Aug 2024 22:22:01 +0700 Subject: [PATCH] pyprland: disabled scratchpad as it interferes with zellij --- home/modules/hyprland/pyprland.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/modules/hyprland/pyprland.nix b/home/modules/hyprland/pyprland.nix index 2fdd082..2136c99 100644 --- a/home/modules/hyprland/pyprland.nix +++ b/home/modules/hyprland/pyprland.nix @@ -17,16 +17,16 @@ in tomlFormat.generate "pyprland.toml" { # https://github.com/hyprland-community/pyprland/wiki/Getting-started#configuring pyprland.plugins = [ - "scratchpads" - "fetch_client_menu" + # "scratchpads" + # "fetch_client_menu" "wallpapers" ]; - scratchpads.term = { - animation = "fromTop"; - command = "foot --app-id foot-scratchpad"; - class = "foot-scratchpad"; - size = "75% 75%"; - }; + # scratchpads.term = { + # animation = "fromTop"; + # command = "foot --app-id foot-scratchpad"; + # class = "foot-scratchpad"; + # size = "75% 75%"; + # }; wallpapers = { path = cfg.pyprland.wallpaper-dirs; unique = false;