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 = [ imports = [
./hyprland.nix ./hyprland.nix
./mako.nix ./mako.nix
./rofi.nix
./swaylock.nix ./swaylock.nix
./swayosd.nix ./swayosd.nix
./waybar.nix ./waybar.nix
./wlogout.nix ./wlogout.nix
]; ];
programs.fuzzel.enable = true;
} }

View file

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