switched from wofi to fuzzel

This commit is contained in:
willifan 2024-10-04 00:08:38 +02:00
parent 5e49b6a324
commit caffe042e3
4 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,6 @@
services.avizo.enable = true;
programs.bat.enable = true;
programs.btop.enable = true;
programs.fuzzel.enable = true;
programs.yazi.enable = true;
programs.nushell.enable = true;
};

View file

@ -3,6 +3,7 @@
{
programs.hyprland.enable = true;
imports = [
./fuzzel.nix
./hyprland.nix
./hyprpaper.nix
./mako.nix
@ -10,7 +11,6 @@
./polkit.nix
./utils.nix
./wlogout.nix
./wofi.nix
];

View file

@ -1,13 +1,14 @@
{ ... }:
{
home-manager.users.willifan = {
programs.wofi = {
programs.fuzzel = {
enable = true;
settings = {
normal_window = false;
allow_images = true;
halign = "fill";
main = {
lines = 12;
width = 45;
line-height = 20;
};
};
};
};

View file

@ -155,7 +155,7 @@
''$mainMod, M, exit, ''
''$mainMod, E, exec, thunar''
''$mainMod, V, togglefloating, ''
''$mainMod, R, exec, wofi --show drun''
''$mainMod, R, exec, fuzzel''
''$mainMod, J, togglesplit, # dwindle''
''$mainMod, P, exec, Enpass''
''$mainMod, T, exec, hyprctl dispatch exec "[float; pin; size 40% 40%; move 100%-41% 40] kitty btop -b proc"''