pyprland: disabled scratchpad as it interferes with zellij
This commit is contained in:
parent
aca58a8666
commit
4913c657a2
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue