swapped out ccc plugin for nvim to highlight color and updated sway config and waybar for switch to dunst from swaync
This commit is contained in:
parent
e82a6c0fe8
commit
158245b87d
3 changed files with 6 additions and 13 deletions
|
@ -22,7 +22,7 @@ set $term foot
|
|||
set $menu rofi -show drun
|
||||
|
||||
# start notification deamon
|
||||
exec swaync
|
||||
exec dunst
|
||||
|
||||
# start protonmail-bridge
|
||||
exec sleep 5 && protonmail-bridge --no-window
|
||||
|
@ -30,8 +30,11 @@ exec sleep 5 && protonmail-bridge --no-window
|
|||
# start nextcloud-desktop
|
||||
exec sleep 10 && nextcloud --background
|
||||
|
||||
# add keybinding to toggle swaync notification center
|
||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||
# add keybinding to show dunst notification history
|
||||
bindsym $mod+Shift+n exec dunstctl history-pop
|
||||
|
||||
# add keybinding to close all dunst notifications
|
||||
bindsym $mod+Shift+m exec dunstctl close-all
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue