Files
Hyprland-config/modules/variables.lua
2026-05-22 05:51:26 -05:00

14 lines
298 B
Lua

local M = {}
M.terminal = "kitty"
M.fileManager = "dolphin"
M.menu = "qs -c noctalia-shell ipc call launcher toggle"
M.browser = "qutebrowser"
M.menuBar = "qs -c noctalia-shell"
M.shellWrapper = "qs -c noctalia-shell"
M.blkmanager = "udiskie"
M.email = "thunderbird"
M.mainMod = "SUPER"
return M