Add config files for awesomewm, alacritty, picom and rofi
This commit is contained in:
13
awesome/main/user_variables.lua
Normal file
13
awesome/main/user_variables.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-------------------------------------------
|
||||
-- Uservariables are stored in this file --
|
||||
-------------------------------------------
|
||||
local home = os.getenv("HOME")
|
||||
|
||||
-- If you want different default programs, wallpaper path or modkey; edit this file.
|
||||
local _M = {
|
||||
terminal = "alacritty",
|
||||
modkey = "Mod4",
|
||||
wallpaper = home .. "/.config/awesome/theme/crylia/assets/wallpaper.jpg"
|
||||
}
|
||||
|
||||
return _M
|
||||
Reference in New Issue
Block a user