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:
Mike G 2024-10-05 08:06:56 -04:00
parent e82a6c0fe8
commit 158245b87d
3 changed files with 6 additions and 13 deletions

View file

@ -1,9 +0,0 @@
return {
"uga-rosa/ccc.nvim",
opts = {
highlighter = {
auto_enable = true,
lsp = false,
},
}
}

View file

@ -22,7 +22,7 @@ set $term foot
set $menu rofi -show drun set $menu rofi -show drun
# start notification deamon # start notification deamon
exec swaync exec dunst
# start protonmail-bridge # start protonmail-bridge
exec sleep 5 && protonmail-bridge --no-window exec sleep 5 && protonmail-bridge --no-window
@ -30,8 +30,11 @@ exec sleep 5 && protonmail-bridge --no-window
# start nextcloud-desktop # start nextcloud-desktop
exec sleep 10 && nextcloud --background exec sleep 10 && nextcloud --background
# add keybinding to toggle swaync notification center # add keybinding to show dunst notification history
bindsym $mod+Shift+n exec swaync-client -t -sw 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 ### Output configuration
# #

View file

@ -18,7 +18,6 @@
"modules-right": "modules-right":
[ [
"tray", "tray",
"custom/notification",
"custom/updates", "custom/updates",
"backlight", "backlight",
"pulseaudio", "pulseaudio",