From 28ba77bba0b0569fa2a9e82986204da84bc029a6 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 2 Apr 2024 22:32:29 +0200 Subject: sway notifications --- sway/config.d/40-app-shortcuts.conf | 2 +- sway/config.d/99-launch.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sway/config.d') diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf index 84b13d0..53a2e71 100644 --- a/sway/config.d/40-app-shortcuts.conf +++ b/sway/config.d/40-app-shortcuts.conf @@ -23,4 +23,4 @@ bindsym $mod+Shift+b exec "firefox --private-window" bindsym $mod+d exec j4-dmenu-desktop --dmenu='bemenu -i --nb "#3f3f3f" --nf "#dcdccc" --fn "monospace 12"' --term='$term' # notifications -bindsym $mod+n exec "kill -s USR1 $(pidof deadd-notification-center)" +bindsym $mod+n exec swaync-client -t diff --git a/sway/config.d/99-launch.conf b/sway/config.d/99-launch.conf index 12b6fc7..49ee75e 100644 --- a/sway/config.d/99-launch.conf +++ b/sway/config.d/99-launch.conf @@ -1,6 +1,7 @@ # vi: ft=i3config exec --no-startup-id "waybar" +exec --no-startup-id "swaync" exec --no-startup-id "random_background_sway" exec --no-startup-id "sleep 3 && nextcloud" exec --no-startup-id "keepassxc" -- cgit v1.2.3