9 lines
131 B
Lua
9 lines
131 B
Lua
local apps = {
|
|
terminal = "wezterm",
|
|
launcher = "rofi -show drun",
|
|
browser = "firefox",
|
|
fileManager = "thunar",
|
|
}
|
|
|
|
return apps
|