From 6b6cc3a24081f707d4369507e48559f57fef260b Mon Sep 17 00:00:00 2001 From: Niktia Bykov Date: Sun, 7 Jan 2024 20:33:31 +0500 Subject: [PATCH] apps for hypr --- .config/dunst/dunstrc | 1 + .config/hypr/hyprland.conf | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3aaaa84..6e6eb97 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -9,6 +9,7 @@ enable_recursive_icon_lookup = true origin = top-right offset = 22x22 frame_width = 2 +follow = mouse frame_color = "#b4befe" separator_color= frame font = "Input Mono" diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e6e3e47..cc090c8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -121,11 +121,14 @@ bind = $mainMod_SHIFT, SPACE, togglefloating, bind = $mainMod, D, exec, tofi-drun --drun-launch=true + # Apps binds bind = $mainMod, RETURN, exec, $terminal -bind = $mainMod, M, exec, $terminal -e ncmpcpp bind = $mainMod, B, exec, librewolf - +bind = $mainMod, M, exec, $terminal -e ncmpcpp +bind = $mainMod, E, exec, $terminal -e neomutt +bind = $mainMod, N, exec, $terminal -e newsboat + # screenshot area bind = $mainMod_SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy