test fuzzel
This commit is contained in:
parent
5d4bd05fc9
commit
810eaf15dc
2 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
imports = [
|
||||
./hyprland.nix
|
||||
./mako.nix
|
||||
./rofi.nix
|
||||
./swaylock.nix
|
||||
./swayosd.nix
|
||||
./waybar.nix
|
||||
./wlogout.nix
|
||||
];
|
||||
programs.fuzzel.enable = true;
|
||||
}
|
|
@ -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''
|
||||
|
|
Loading…
Reference in a new issue