gemini generated lua config

This commit is contained in:
venus
2026-05-22 05:51:26 -05:00
parent 492f4723bf
commit 9231418ac1
12 changed files with 546 additions and 0 deletions

13
modules/variables.lua Normal file
View File

@@ -0,0 +1,13 @@
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