Replace riot/element with cinny

This commit is contained in:
Tobias Reisinger 2025-06-10 01:23:04 +02:00
parent d7a2e44c38
commit 56934091ef
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 3 additions and 12 deletions

View file

@ -45,8 +45,8 @@ command = 'dunst'
hosts = []
group = 'common'
[apps.element]
command = 'flatpak run im.riot.Riot'
[apps.cinny]
command = 'flatpak run in.cinny.Cinny'
hosts = []
group = 'chat'

View file

@ -20,6 +20,7 @@ windowrulev2 = workspace $ws_media, class:(org.qutebrowser.qutebrowser-kiosk)
windowrulev2 = workspace $ws_chat silent, class:(discord)
windowrulev2 = workspace $ws_chat silent, class:(Element)
windowrulev2 = workspace $ws_chat silent, class:(cinny)
windowrulev2 = workspace $ws_chat silent, class:(im.riot.Riot)
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)

View file

@ -1,10 +0,0 @@
return {
"rcarriga/nvim-notify",
config = function(plugin, opts)
require "plugins.configs.notify"(plugin, opts)
local notify = require "notify"
notify.setup {
background_colour = "#000000",
}
end,
}