Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# get id
win=$(xdotool search --onlyvisible --class emacs)
if [ "x$win" = x ]; then
# start
~/.bin/compiz-send vpswitch switch_to_2_key
exec emacs
else