Hi,

Am 04.09.2015 um 19:53 schrieb Julian Martinez:
[...]
> awful.key({ modkey, "Shift"   }, "y", function () awful.util.spawn("vim
> /home/julian/Documents/Information/zen.txt") end),
> 
> If I reload and run the above, the cursor blinks but nothing happens; I'm
> guessing that it executes in a shell, then exits.
[...]

You want to run vim in a terminal:

awful.util.spawn("urxvt -e vim zen.txt")

Cheers,
Uli
-- 
“Cold. Cold. Cold. Cold. Cold. Cold. Cold. Cold. Cold. Cold.” – Anna

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to