mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
hmm
This commit is contained in:
parent
bb4f50bd7b
commit
954bc15f39
2 changed files with 1 additions and 2 deletions
|
|
@ -180,4 +180,4 @@ export default () => {
|
|||
]
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
@ -208,7 +208,6 @@ const switchToRelativeWorkspace = async (self, num) => {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
export default () => Widget.EventBox({
|
||||
onScrollUp: (self) => switchToRelativeWorkspace(self, -1),
|
||||
onScrollDown: (self) => switchToRelativeWorkspace(self, +1),
|
||||
|
|
|
|||
Loading…
Reference in a new issue