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
  • 01:41 (UTC -06:00)
View GitHub Profile
@nefigcas
nefigcas / emacsclient-one-frame.sh
Created July 6, 2024 06: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