Tagged Questions
1
vote
3answers
311 views
How to run a bash with shortcut on awesome WM
I'm new in Awesome WM and try to add a custom shortcut to run a bash file but it does not work.
awful.key({ modkey, "Control", "Shift" }, function () awful.util.spawn(./layout-ir.sh) end),
I add ...