change launcher to fuzzel
This commit is contained in:
parent
82a11ef821
commit
c158671e70
3 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./.warprc.nix
|
./.warprc.nix
|
||||||
./.config/eza/theme.yml.nix
|
./.config/eza/theme.yml.nix
|
||||||
|
./.config/fuzzel/fuzzel.ini.nix
|
||||||
./.config/hypr/hypridle.conf.nix
|
./.config/hypr/hypridle.conf.nix
|
||||||
./.config/hypr/hyprlock.conf.nix
|
./.config/hypr/hyprlock.conf.nix
|
||||||
./.config/hypr/hyprland.conf.nix
|
./.config/hypr/hyprland.conf.nix
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ in {
|
||||||
mods = ["SUPER"];
|
mods = ["SUPER"];
|
||||||
key = "SPACE";
|
key = "SPACE";
|
||||||
dispatcher = "exec";
|
dispatcher = "exec";
|
||||||
params = "pkill wofi || wofi -i -S drun -M multi-contains";
|
params = "pkill fuzzel || fuzzel -T kitty";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,7 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
horseman.dots = {
|
horseman.dots = {
|
||||||
wofi.enable = true;
|
fuzzel.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
hypr = {
|
hypr = {
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue