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",