refactor code structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Small command builders shared by keybindings and autostart.
|
||||
local M = {}
|
||||
|
||||
-- Launch graphical applications through UWSM so they inherit the managed
|
||||
-- Wayland session environment and systemd scope.
|
||||
function M.uwsm(command)
|
||||
return "uwsm-app -- " .. command
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user