notifyosd.zsh icon indicating copy to clipboard operation
notifyosd.zsh copied to clipboard

Notify only if window is not in focus

Open Nanoseb opened this issue 6 years ago • 0 comments

Fixes issue #2 . The notification is displayed only when the window in focus is not the one where the long command was running.

I also cleaned up slightly the code, both tabs and spaces were used, so I put spaces everywhere. And using ` is deprecated so I used $(..) instead.

Nanoseb avatar Mar 20 '19 15:03 Nanoseb