diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 22:56:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 22:56:05 -0600 |
| commit | 54bbe72aa8fe60c21e3bca46a5455a2965859c5b (patch) | |
| tree | a82dc1ceb64f65b1b034f9530863b539003d3ca2 /init.go | |
| parent | b373eab346cc96c8c790d9713824a9208e435748 (diff) | |
SIGWINCH works on background and libnotify widgets
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -191,7 +191,8 @@ func initPlugin() { me.notify.clock.offsetH = 1 me.notify.menu.wId = -6 - me.notify.menu.offsetH = 0 + me.notify.menu.offsetW = 4 + me.notify.menu.offsetH = 1 me.notify.help.wId = -7 me.notify.help.offsetH = 3 |
