diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 12:04:12 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 12:04:12 -0500 |
| commit | 348507638576563528b6a9ab5091ca906490dd51 (patch) | |
| tree | 2269e9b7fe8111bf8b0088837639d4ffcacf6628 /mako/.config | |
| parent | dc1b0050762fc115814119ea06518de5363fe038 (diff) | |
Convert dotfiles to GNU Stow package layout
Restructure into per-app stow packages (bash, emacs, mako) whose trees
mirror $HOME. Preserve emacs runtime data under the new package path and
update .gitignore accordingly. Add README documenting stow usage.
Assisted-by: Claude:claude-opus-4-8
Diffstat (limited to 'mako/.config')
| -rw-r--r-- | mako/.config/mako/README.md | 20 | ||||
| -rw-r--r-- | mako/.config/mako/config | 4 |
2 files changed, 24 insertions, 0 deletions
diff --git a/mako/.config/mako/README.md b/mako/.config/mako/README.md new file mode 100644 index 0000000..7378bb2 --- /dev/null +++ b/mako/.config/mako/README.md @@ -0,0 +1,20 @@ +# mako - wayland notification daemon + +## Configuration + +### Location +`~/.config/mako/config` + +### How to Reload + +``` sh +makoctl reload +``` + +## Test +This requires `libnotify`. + +``` sh +notify-send "Title" "This is a test notification." +``` + diff --git a/mako/.config/mako/config b/mako/.config/mako/config new file mode 100644 index 0000000..9a0fdb9 --- /dev/null +++ b/mako/.config/mako/config @@ -0,0 +1,4 @@ +default-timeout=5000 +background-color=#1e1e1e +border-color=#505050 +margin=14
\ No newline at end of file |
