pyprland: disabled scratchpad as it interferes with zellij

This commit is contained in:
Tigor Hutasuhut 2024-08-01 22:22:01 +07:00
parent aca58a8666
commit 4913c657a2

View file

@ -17,16 +17,16 @@ in
tomlFormat.generate "pyprland.toml" { tomlFormat.generate "pyprland.toml" {
# https://github.com/hyprland-community/pyprland/wiki/Getting-started#configuring # https://github.com/hyprland-community/pyprland/wiki/Getting-started#configuring
pyprland.plugins = [ pyprland.plugins = [
"scratchpads" # "scratchpads"
"fetch_client_menu" # "fetch_client_menu"
"wallpapers" "wallpapers"
]; ];
scratchpads.term = { # scratchpads.term = {
animation = "fromTop"; # animation = "fromTop";
command = "foot --app-id foot-scratchpad"; # command = "foot --app-id foot-scratchpad";
class = "foot-scratchpad"; # class = "foot-scratchpad";
size = "75% 75%"; # size = "75% 75%";
}; # };
wallpapers = { wallpapers = {
path = cfg.pyprland.wallpaper-dirs; path = cfg.pyprland.wallpaper-dirs;
unique = false; unique = false;