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 = [
|
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;
|
||||||
}
|
}
|
|
@ -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''
|
||||||
|
|
Loading…
Reference in a new issue