This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- A notification module for WezTerm using notify-send. | |
-- This module provides functionality to send notifications using the 'notify-send' command, | |
-- which is available on most Linux distributions that implement the org.freedesktop.Notifications specification. | |
local wezterm = require 'wezterm' | |
local M = {} | |
--- Check if a value exists in a table. | |
-- @local |
I hereby claim:
- I am codingwithanxiety on github.
- I am roselie (https://keybase.io/roselie) on keybase.
- I have a public key ASDwHaFhlQSFD9EwZGlZan9D3iKLkJgh1tP7m_TylX8Sigo
To claim this, I am signing this object:
This is a suppliment to the guide provided on the namelessMC tutorials page.