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
|
@ -1,9 +0,0 @@
|
|||
return {
|
||||
"uga-rosa/ccc.nvim",
|
||||
opts = {
|
||||
highlighter = {
|
||||
auto_enable = true,
|
||||
lsp = false,
|
||||
},
|
||||
}
|
||||
}
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"modules-right":
|
||||
[
|
||||
"tray",
|
||||
"custom/notification",
|
||||
"custom/updates",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
|
|
Loading…
Reference in a new issue