diff --git a/Makefile b/Makefile index af0511a..0b7d803 100644 --- a/Makefile +++ b/Makefile @@ -182,9 +182,9 @@ help: @echo upload: git commit and git push this build. @echo @echo - Page - - @echo page: Creates the https://speedie.gq/speedwm page in PHP form. - @echo page_php: Creates the https://speedie.gq/speedwm page in PHP form. - @echo page_html: Creates the https://speedie.gq/speedwm page in HTML form. + @echo page: Creates the https://speedie.site/speedwm page in PHP form. + @echo page_php: Creates the https://speedie.site/speedwm page in PHP form. + @echo page_html: Creates the https://speedie.site/speedwm page in HTML form. @echo page_install: Copy the page to ${PAGEDIR} and copy the preview image. @echo page_push: git commit and git push the page in ${PAGEDIR}. @echo page page_install page_push to do all of the above page changes instantly. diff --git a/README.md b/README.md index cc3c621..75d3843 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Just like dwm, speedwm also tries to be minimal but also has functionality and a In order to install this build of speedwm, all dependencies must be installed. You can see 'Dependencies' for a list of all dependencies required and optionally recommended to use speedwm. - - git clone https://git.speedie.gq/speedwm + - git clone https://git.speedie.site/speedwm - cd speedwm - make clean install - If any warnings/errors show up, fix it by installing the missing dependency. @@ -46,7 +46,7 @@ Note that speedwm is not and will **never** be compatible with Wayland. I have n If you're having any issues on operating systems with the BSD kernel, or something like NixOS, please file a bug report here on Codeberg, or by emailing me. -If you have any questions, see the official [speedwm wiki](https://speedwm.speedie.gq). +If you have any questions, see the official [speedwm wiki](https://speedwm.speedie.site). ## 3. Layouts @@ -255,7 +255,7 @@ These are absolutely necessary, speedwm will NOT compile without them These are necessary for certain features and keybinds. If you want to use an alternative, change it in options.h and/or keybinds.h and mouse.h. -- [spmenu](https://speedie.gq/projects/spmenu.php) +- [spmenu](https://speedie.site/projects/spmenu.php) - As of speedwm 1.9, speedwm now expects spmenu (fork of dmenu) to be on the system instead of dmenu. While you can revert this change I cannot provide support due to missing arguments. - xrdb - xrdb is used for external speedwm configuration (ie. after compiling). It is **not** mandatory if you don't need this. diff --git a/docs/dependencies.md b/docs/dependencies.md index 3b95c5e..1875234 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -24,7 +24,7 @@ These are absolutely necessary, speedwm will NOT compile without them These are necessary for certain features and keybinds. If you want to use an alternative, change it in options.h and/or keybinds.h and mouse.h. -- [spmenu](https://speedie.gq/projects/spmenu.php) +- [spmenu](https://speedie.site/projects/spmenu.php) - As of speedwm 1.9, speedwm now expects spmenu (fork of dmenu) to be on the system instead of dmenu. While you can revert this change I cannot provide support due to missing arguments. - xrdb - xrdb is used for external speedwm configuration (ie. after compiling). It is **not** mandatory if you don't need this. diff --git a/docs/doc-02.md b/docs/doc-02.md index 3537218..a814173 100644 --- a/docs/doc-02.md +++ b/docs/doc-02.md @@ -3,7 +3,7 @@ In order to install this build of speedwm, all dependencies must be installed. You can see 'Dependencies' for a list of all dependencies required and optionally recommended to use speedwm. - - git clone https://git.speedie.gq/speedwm + - git clone https://git.speedie.site/speedwm - cd speedwm - make clean install - If any warnings/errors show up, fix it by installing the missing dependency. @@ -20,5 +20,5 @@ Note that speedwm is not and will **never** be compatible with Wayland. I have n If you're having any issues on operating systems with the BSD kernel, or something like NixOS, please file a bug report here on Codeberg, or by emailing me. -If you have any questions, see the official [speedwm wiki](https://speedwm.speedie.gq). +If you have any questions, see the official [speedwm wiki](https://speedwm.speedie.site). diff --git a/docs/speedwm.html.template.1 b/docs/speedwm.html.template.1 index bef2f03..c21e31a 100644 --- a/docs/speedwm.html.template.1 +++ b/docs/speedwm.html.template.1 @@ -8,7 +8,7 @@ -Welcome to speedie.gq +Welcome to speedie.site
diff --git a/options.h b/options.h index 0e0461e..23082e7 100755 --- a/options.h +++ b/options.h @@ -1,7 +1,7 @@ /* speedwm * * Below is a configuration file which is technically C source code. - * See the man page (speedwm.1) or the speedwm wiki (https://speedwm.speedie.gq) for help. + * See the man page (speedwm.1) or the speedwm wiki (https://speedwm.speedie.site) for help. * See the LICENSE file for license details. */ diff --git a/speedwm.1 b/speedwm.1 index c4ff59f..9e30b1b 100644 --- a/speedwm.1 +++ b/speedwm.1 @@ -67,7 +67,7 @@ installed. You can see `Dependencies' for a list of all dependencies required and optionally recommended to use speedwm. .IP \[bu] 2 -git clone https://git.speedie.gq/speedwm +git clone https://git.speedie.site/speedwm .IP \[bu] 2 cd speedwm .IP \[bu] 2 @@ -108,7 +108,7 @@ kernel, or something like NixOS, please file a bug report here on Codeberg, or by emailing me. .PP If you have any questions, see the official speedwm -wiki (https://speedwm.speedie.gq). +wiki (https://speedwm.speedie.site). .SS 3. Layouts .PP speedwm comes with the following layouts: @@ -469,7 +469,7 @@ These are necessary for certain features and keybinds. If you want to use an alternative, change it in options.h and/or keybinds.h and mouse.h. .IP \[bu] 2 -spmenu (https://speedie.gq/projects/spmenu.php) +spmenu (https://speedie.site/projects/spmenu.php) .RS 2 .IP \[bu] 2 As of speedwm 1.9, speedwm now expects spmenu (fork of dmenu) to be on