fix(hyprgrass): delay loading of plugin
This commit is contained in:
parent
1451f0c470
commit
369fd32e54
2 changed files with 5 additions and 6 deletions
devices/wim/config/ags/js/osd
|
@ -43,6 +43,7 @@ export default () => {
|
|||
|
||||
stack.resetTimer = () => {
|
||||
// Each osd calls resetTimer once at startup
|
||||
// FIXME: doesn't seem to work anymore, find alternative
|
||||
if (setup <= stack.items.length + 1) {
|
||||
++setup;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue