This commit is contained in:
speedie 2023-04-14 19:27:08 +02:00
parent 0e94989547
commit 907b2883e1
7 changed files with 14 additions and 14 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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).

View file

@ -8,7 +8,7 @@
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="speedwm.css">
<title>Welcome to speedie.gq</title>
<title>Welcome to speedie.site</title>
</head>
<body>
<div class="content">

View file

@ -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.
*/

View file

@ -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