dotfiles/.config/awesome/main/apps.lua

11 lines
283 B
Lua
Raw Normal View History

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