aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-04-26 10:07:32 -0400
committerDrew DeVault <sir@cmpwn.com>2017-05-01 10:24:52 -0400
commitaa341ebe7bfc1afce30bd685a25523bd96f71e09 (patch)
tree5bcca08aad4e65d288abf218b50172a3137d2d71
parent06446b611a521b78c65a8d584f2985f455e7a8b9 (diff)
downloadsway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.zip
sway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.tar.gz
sway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.tar.bz2
Fix link to dotfiles, closes #1193
-rw-r--r--README.md2
-rw-r--r--common/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc39bf9..548fc6e 100644
--- a/README.md
+++ b/README.md
@@ -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 11119ee..4fa71f3 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)