mirror of https://github.com/lcpz/lain.git
asyncshell: assert compatibility across multiple shells; #145 fix
This commit is contained in:
parent
25e2f9a60e
commit
69ddbc74a5
|
@ -14,6 +14,9 @@
|
|||
-- Grab environment
|
||||
local awful = require('awful')
|
||||
|
||||
-- Avoid discrepancies across multiple shells
|
||||
awful.util.shell = '/bin/sh'
|
||||
|
||||
-- Initialize tables for module
|
||||
asyncshell = { request_table = {}, id_counter = 0 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue