test fuzzel

This commit is contained in:
iFargle 2024-01-07 20:06:30 +09:00
parent 5d4bd05fc9
commit 810eaf15dc
2 changed files with 2 additions and 2 deletions

View file

@ -2,10 +2,10 @@
imports = [
./hyprland.nix
./mako.nix
./rofi.nix
./swaylock.nix
./swayosd.nix
./waybar.nix
./wlogout.nix
];
programs.fuzzel.enable = true;
}

View file

@ -145,7 +145,7 @@
#############################################################################
# Custom keybinds
# Show Rofi on SUPER-SPACE
''SUPER, space, exec, rofi -show combi -show-icons''
''SUPER, space, exec, fuzzel''
# ''SUPER, space, exec, rofi -show drun -show-icons
# Take a screenshot with the Print key''
'', Print, exec, grim -g "$(slurp)" | wl-copy -t image/png''