diff --git a/modules/home/wofi/config/config b/modules/home/wofi/config/config index 5d0caf8..4506e27 100644 --- a/modules/home/wofi/config/config +++ b/modules/home/wofi/config/config @@ -1,5 +1,5 @@ -width=350 -height=300 +width=400 +height=350 location=center show=drun prompt=Search... diff --git a/modules/home/wofi/default.nix b/modules/home/wofi/default.nix index a83495e..8a341da 100644 --- a/modules/home/wofi/default.nix +++ b/modules/home/wofi/default.nix @@ -1,4 +1,5 @@ { ... }: { + # https://github.com/prtce/wofi xdg.configFile."wofi".source = ./config; } \ No newline at end of file