mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Initial add of fnott into hyprland conf
This commit is contained in:
parent
21e6feaa1f
commit
187483181a
|
@ -36,6 +36,8 @@
|
||||||
bind=SUPER,S,exec,''+browser+''
|
bind=SUPER,S,exec,''+browser+''
|
||||||
|
|
||||||
bind=SUPER,code:47,exec,fuzzel
|
bind=SUPER,code:47,exec,fuzzel
|
||||||
|
bind=SUPER,X,exec,fnottctl dismiss
|
||||||
|
bind=SUPERSHIFT,X,exec,fnottctl dismiss all
|
||||||
bind=SUPER,Q,killactive
|
bind=SUPER,Q,killactive
|
||||||
bind=SUPERSHIFT,Q,exit
|
bind=SUPERSHIFT,Q,exit
|
||||||
bind=SUPER,mouse:272,movewindow
|
bind=SUPER,mouse:272,movewindow
|
||||||
|
@ -140,6 +142,7 @@
|
||||||
swayidle
|
swayidle
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
swaybg
|
swaybg
|
||||||
|
fnott
|
||||||
#hyprpaper
|
#hyprpaper
|
||||||
#wofi
|
#wofi
|
||||||
fuzzel
|
fuzzel
|
||||||
|
@ -221,4 +224,5 @@
|
||||||
};
|
};
|
||||||
colors.background = config.lib.stylix.colors.base00+"e6";
|
colors.background = config.lib.stylix.colors.base00+"e6";
|
||||||
};
|
};
|
||||||
|
services.fnott.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue