Improve keybindings

This commit is contained in:
Janis Hutz 2025-03-22 11:31:46 +01:00
parent f127ea8a41
commit 8986ad894e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bind = $mainMod, F, fullscreen,
# Notifications # Notifications
bind = $mainMod, N, exec, astal -i notifier show bind = $mainMod, N, exec, astal -i notifier show
bind = $mainMod, C, exec, astal -i notifier clear-newest bind = $mainMod, C, exec, astal -i notifier clear-newest
bind = $mainMod ALT, N, exec, astal -i notifier hide bind = $mainMod SHIFT, N, exec, astal -i notifier hide
bind = $mainMod CTRL SHIFT, N, exec, astal -i notifier clear bind = $mainMod CTRL SHIFT, N, exec, astal -i notifier clear

View File

@ -2,7 +2,7 @@
# 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 = ags run ~/projects/active/dotfiles/config/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