aboutsummaryrefslogtreecommitdiff
path: root/modules/awesome/config.dot/awesome.link/functions.lua
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:12:25 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:12:25 -0200
commit8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110 (patch)
tree02595d2aa0b8ffce0f70106aa61808e7de43665d /modules/awesome/config.dot/awesome.link/functions.lua
parente95b8dbe6be571feb2691e838c340059d1401ab8 (diff)
downloaddotfiles-8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110.tar.gz
dotfiles-8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110.tar.bz2
Removing awesome to convert it to a submodule
Diffstat (limited to 'modules/awesome/config.dot/awesome.link/functions.lua')
-rw-r--r--modules/awesome/config.dot/awesome.link/functions.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/awesome/config.dot/awesome.link/functions.lua b/modules/awesome/config.dot/awesome.link/functions.lua
deleted file mode 100644
index aa98502..0000000
--- a/modules/awesome/config.dot/awesome.link/functions.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-function file_exists(name)
- local f=io.open(name,"r")
- if f~=nil then io.close(f) return true else return false end
-end