Skip to content

Instantly share code, notes, and snippets.

View nicvagn's full-sized avatar
💭
playing chess, starting project's & forgetting stuff

Nicolas Vaagen nicvagn

💭
playing chess, starting project's & forgetting stuff
  • Saskatchewan
  • 19:13 (UTC -06:00)
View GitHub Profile
@nefigcas
nefigcas / emacsclient-one-frame.sh
Last active January 29, 2026 18:18
Emacs client jumpapp one frame setup
#!/bin/bash
# if no args open new frame
if [ $# -eq 0 ]; then
jumpapp -R emacs || emacsclient -nc
exit
fi
emacsclient -e "(frames-on-display-list \"$DISPLAY\")" # &>/dev/null