summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dc39bf91..548fc6ed 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
84`~/.config/sway/config`. It is usually located at `/etc/sway/config`. 84`~/.config/sway/config`. It is usually located at `/etc/sway/config`.
85Run `man 5 sway` for information on the configuration. 85Run `man 5 sway` for information on the configuration.
86 86
87My own dotfiles are available [here](https://gogs.sr.ht/SirCmpwn/dotfiles) if 87My own dotfiles are available [here](https://git.sr.ht/~sircmpwn/dotfiles) if
88you want some inspiration, and definitely check out the 88you want some inspiration, and definitely check out the
89[wiki](https://github.com/SirCmpwn/sway/wiki) as well. 89[wiki](https://github.com/SirCmpwn/sway/wiki) as well.
90 90
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
10 util.c 10 util.c
11 readline.c 11 readline.c
12 stringop.c 12 stringop.c
13 ) 13)
14 14
15target_link_libraries(sway-common m) 15target_link_libraries(sway-common m)