10 lines
283 B
Lua
10 lines
283 B
Lua
|
|
local apps = {
|
|
terminal = "alacritty",
|
|
launcher = "rofi -no-lazy-grab -show drun -theme ~/.config/rofi/launcher.rasi",
|
|
browser = "firefox",
|
|
file_manager = "thunar",
|
|
code_editor = "vscodium",
|
|
music_player = "alacritty --class music -e ncmpcpp",
|
|
}
|
|
return apps
|