Replace riot/element with cinny
This commit is contained in:
parent
d7a2e44c38
commit
56934091ef
3 changed files with 3 additions and 12 deletions
|
@ -45,8 +45,8 @@ command = 'dunst'
|
||||||
hosts = []
|
hosts = []
|
||||||
group = 'common'
|
group = 'common'
|
||||||
|
|
||||||
[apps.element]
|
[apps.cinny]
|
||||||
command = 'flatpak run im.riot.Riot'
|
command = 'flatpak run in.cinny.Cinny'
|
||||||
hosts = []
|
hosts = []
|
||||||
group = 'chat'
|
group = 'chat'
|
||||||
|
|
||||||
|
|
|
@ -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:(discord)
|
||||||
windowrulev2 = workspace $ws_chat silent, class:(Element)
|
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:(im.riot.Riot)
|
||||||
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)
|
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)
|
||||||
|
|
||||||
|
|
|
@ -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,
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue