Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 59:04:23 |
Calls: | 424 |
Calls today: | 2 |
Files: | 1,025 |
Messages: | 90,950 |
Posted today: | 1 |
you might wanna background it from your tty
Currently have this.
ev () { /usr/bin/evince "$@" & }
DISPLAY is set in .bashrc now. Not needed in trivial functions.
On Fri, May 16, 2025 at 08:05:50 -0700, peter@easthope.ca wrote:
Currently have this.
ev () { /usr/bin/evince "$@" & }
DISPLAY is set in .bashrc now. Not needed in trivial functions.
Why are you setting the DISPLAY variable? That sounds like a really
bad idea. Or, at best, it's only viable in a very specialized setup.