From 158245b87d6c1b4f91051932842559e4b6d5386f Mon Sep 17 00:00:00 2001 From: MikeG Date: Sat, 5 Oct 2024 08:06:56 -0400 Subject: [PATCH] swapped out ccc plugin for nvim to highlight color and updated sway config and waybar for switch to dunst from swaync --- .config/nvim/lua/plugins/create-color-code.lua | 9 --------- .config/sway/config | 9 ++++++--- .config/waybar/config | 1 - 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 .config/nvim/lua/plugins/create-color-code.lua diff --git a/.config/nvim/lua/plugins/create-color-code.lua b/.config/nvim/lua/plugins/create-color-code.lua deleted file mode 100644 index 0ffe25f..0000000 --- a/.config/nvim/lua/plugins/create-color-code.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - "uga-rosa/ccc.nvim", - opts = { - highlighter = { - auto_enable = true, - lsp = false, - }, - } -} diff --git a/.config/sway/config b/.config/sway/config index 2a99c60..b330826 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 # diff --git a/.config/waybar/config b/.config/waybar/config index 91ba9e3..1b74597 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -18,7 +18,6 @@ "modules-right": [ "tray", - "custom/notification", "custom/updates", "backlight", "pulseaudio",