gemini generated lua config
This commit is contained in:
13
modules/variables.lua
Normal file
13
modules/variables.lua
Normal 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
|
||||
Reference in New Issue
Block a user