diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-04-02 22:32:29 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-04-02 22:32:29 +0200 |
commit | 28ba77bba0b0569fa2a9e82986204da84bc029a6 (patch) | |
tree | 50db3dbe562ea19dceed0ff2ba3329101efcb5f7 /sway | |
parent | ff232435ee5058302416eec623b13217e50e2202 (diff) | |
download | dotfiles-28ba77bba0b0569fa2a9e82986204da84bc029a6.tar.gz |
sway notifications
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config.d/40-app-shortcuts.conf | 2 | ||||
-rw-r--r-- | sway/config.d/99-launch.conf | 1 |
2 files changed, 2 insertions, 1 deletions
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" |