I am batman
This commit is contained in:
17
modules/hyprland/pyprland.nix
Normal file
17
modules/hyprland/pyprland.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [pyprland];
|
||||
|
||||
home.file.".config/hypr/pyprland.toml".text = ''
|
||||
[pyprland]
|
||||
plugins = ["scratchpads"]
|
||||
|
||||
[scratchpads.term]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class floating-term"
|
||||
class = "floating-term"
|
||||
size = "60% 60%"
|
||||
position = "center"
|
||||
on_open = "move cursor 0 0"
|
||||
lazy = true
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user