diff options
author | azahi <azahi@teknik.io> | 2018-10-15 22:03:12 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-15 22:03:12 +0300 |
commit | 84042c8b9a508a4a641d050ccbbca6cae1e9554b (patch) | |
tree | 8bc4d938d45acda97a6b8bf2739f850e09d244fa /xmonad.hs | |
parent | Modify keybindings (diff) |
Make symlinks to default xmonad source files in case build script is not present
Diffstat (limited to '')
l--------- | xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs new file mode 120000 index 0000000..3edb691 --- /dev/null +++ b/xmonad.hs @@ -0,0 +1 @@ +src/Main.hs \ No newline at end of file |