diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-04-26 10:07:32 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-04-26 10:07:32 -0400 |
commit | 586eca0e4cd9481cabdd1cedef53145a0d07bc72 (patch) | |
tree | 6d982e40a70b10ba131b6d39b71e393d185aeb59 | |
parent | aca0710b9e3f77d65cd07f1e8e5ee9dfb7f0ae78 (diff) | |
download | sway-586eca0e4cd9481cabdd1cedef53145a0d07bc72.tar.xz |
Fix link to dotfiles, closes #1193
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | common/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ it'll work out of the box. Otherwise, copy the sample configuration file to `~/.config/sway/config`. It is usually located at `/etc/sway/config`. Run `man 5 sway` for information on the configuration. -My own dotfiles are available [here](https://gogs.sr.ht/SirCmpwn/dotfiles) if +My own dotfiles are available [here](https://git.sr.ht/~sircmpwn/dotfiles) if you want some inspiration, and definitely check out the [wiki](https://github.com/SirCmpwn/sway/wiki) as well. diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 11119eeb..4fa71f3a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -10,6 +10,6 @@ add_library(sway-common STATIC util.c readline.c stringop.c - ) +) target_link_libraries(sway-common m) |