Skip to content

Commit

Permalink
turn off annoying notifications in develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintRyoh committed Nov 2, 2023
1 parent 930e120 commit ade6a4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rabbithole/services/workspaceManagerService/init.lua
Expand Up @@ -73,11 +73,11 @@ function WorkspaceManagerService:setupAutoSave(signals)
capi.awesome.connect_signal(signal, function()
if self.settings.enable_autosave and ready then
-- self:saveSession()
naughty.notify({
title = "autosave event",
text = signal,
timeout = 0
})
-- naughty.notify({
-- title = "autosave event",
-- text = signal,
-- timeout = 0
-- })
ready = false
end
end)
Expand Down

0 comments on commit ade6a4b

Please sign in to comment.