mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
setup: add package list and create directory if they don't exist
This commit is contained in:
parent
cbf4695a21
commit
37e0594248
3 changed files with 26 additions and 0 deletions
4
rc.lua
4
rc.lua
|
@ -38,6 +38,10 @@ end
|
|||
|
||||
loadrc("errors") -- errors and debug stuff
|
||||
|
||||
-- Create cache directory
|
||||
os.execute("test -d " .. awful.util.getdir("cache") ..
|
||||
" || mkdir -p " .. awful.util.getdir("cache"))
|
||||
|
||||
-- Global configuration
|
||||
modkey = "Mod4"
|
||||
config = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue