From: Mark Wooding Date: Sun, 14 Dec 2008 18:42:25 +0000 (+0000) Subject: xinitrc and friends: Embed prompt-and-run functionality in xinitrc. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3bdada4962d3362d915917eaf3675aeff509c3c5?hp=3bdada4962d3362d915917eaf3675aeff509c3c5 xinitrc and friends: Embed prompt-and-run functionality in xinitrc. The prompt-and-run functionality used to be in xrun. Unfortunately, that runs programs from the context of the window manager (assuming you started it from M5-F9 or whatever). We can do better, and start the program from the context of the xinitrc script, which we can change more readily. It seems easiest to simply scrap xrun and embed the functionality directly into the xinitrc. As a bonus, I've also added (and bound to M5-F10) a popup for submitting commands to the xinitrc itself, and provided a script xinitcmd for doing the same from the command line (though this is less useful). ---