Skip to content

Instantly share code, notes, and snippets.

@spion
Created August 9, 2017 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spion/8d0493adc672f780a3afb7112c4b1fb2 to your computer and use it in GitHub Desktop.
Save spion/8d0493adc672f780a3afb7112c4b1fb2 to your computer and use it in GitHub Desktop.
#!/bin/sh
export "$(grep -az '^DBUS_SESSION_BUS_ADDRESS=' /proc/`ps -e | grep 'i3$' | awk '{print $1}'`/environ)"
/bin/bash -c "$*"
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment