From 187483181ae35457d477dac9414f1744a19bd345 Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 16 Aug 2023 16:43:31 -0500 Subject: [PATCH] Initial add of fnott into hyprland conf --- user/wm/hyprland/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index feac46f..71f5820 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -36,6 +36,8 @@ bind=SUPER,S,exec,''+browser+'' bind=SUPER,code:47,exec,fuzzel + bind=SUPER,X,exec,fnottctl dismiss + bind=SUPERSHIFT,X,exec,fnottctl dismiss all bind=SUPER,Q,killactive bind=SUPERSHIFT,Q,exit bind=SUPER,mouse:272,movewindow @@ -140,6 +142,7 @@ swayidle swaylock-effects swaybg + fnott #hyprpaper #wofi fuzzel @@ -221,4 +224,5 @@ }; colors.background = config.lib.stylix.colors.base00+"e6"; }; + services.fnott.enable = true; }