Add binds for new notification handler
This commit is contained in:
parent
e79534ff45
commit
bb75cfabaf
@ -14,6 +14,16 @@ bind = $mainMod, E, exec, kitty --hold fish -c "y"
|
|||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, F, fullscreen,
|
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
|
# Launch commands
|
||||||
bind = $mainMod SHIFT, L, exec, librewolf
|
bind = $mainMod SHIFT, L, exec, librewolf
|
||||||
bind = $mainMod SHIFT, D, exec, vesktop
|
bind = $mainMod SHIFT, D, exec, vesktop
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#-----------------------#
|
#-----------------------#
|
||||||
# LAUNCHING OF PROGRAMS #
|
# 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 = ~/.config/hypr/xdg-portal-hyprland
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XAUTHORITY DISPLAY
|
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
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user