Skip to content

Instantly share code, notes, and snippets.

View SethMilliken's full-sized avatar

Seth Milliken SethMilliken

View GitHub Profile
@caksoylar
caksoylar / zen-display-improvements.md
Last active December 12, 2025 05:06
Corne-ish Zen display improvements

Display improvements for the Corne-ish Zen keyboard

This note details the changes made to the Zen and ZMK codebase to improve the experience of e-ink displays.

Important

As of 2025-12, I no longer maintain the Zen branches under https://github.com/caksoylar/zmk. Please switch to the zen-display-patches branch maintained by @SethMilliken as noted below.

Getting the changes

You can test out below changes using your Zen config repo by modifying your config/west.yml file, following ZMK instructions:

@lancethomps
lancethomps / close_notifications_applescript.js
Last active December 18, 2025 17:10
AppleScript to close all notifications on macOS Big Sur, Monterey, Ventura, Sonoma, and Sequoia
function run(input, parameters) {
const appNames = [];
const skipAppNames = [];
const verbose = true;
const scriptName = 'close_notifications_applescript';
const CLEAR_ALL_ACTION = 'Clear All';
const CLEAR_ALL_ACTION_TOP = 'Clear';
const CLOSE_ACTION = 'Close';