Add binds for new notification handler

This commit is contained in:
Janis Hutz 2025-03-21 18:10:15 +01:00
parent e79534ff45
commit bb75cfabaf
2 changed files with 12 additions and 1 deletions

View File

@ -14,6 +14,16 @@ bind = $mainMod, E, exec, kitty --hold fish -c "y"
bind = $mainMod, V, togglefloating,
bind = $mainMod, F, fullscreen,
#-----#
# AGS #
#-----#
# Notifications
bind = $mainMod, N, exec, ags -i notifier show
bind = $mainMod ALT, N, exec, ags -i notifier hide
bind = $mainMod CTRL SHIFT, N, exec, ags -i notifier clear
# Launch commands
bind = $mainMod SHIFT, L, exec, librewolf
bind = $mainMod SHIFT, D, exec, vesktop

View File

@ -1,7 +1,8 @@
#-----------------------#
# LAUNCHING OF PROGRAMS #
#-----------------------#
exec-once = dunst --startup_notification
# exec-once = dunst --startup_notification
exec-once = ags run ~/projects/active/dotfiles/config/general/ags/notifications/
exec-once = ~/.config/hypr/xdg-portal-hyprland
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XAUTHORITY DISPLAY
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP