bump to version 1.3

This commit is contained in:
speedie 2022-11-03 16:06:51 +01:00
parent 7d562bdbf3
commit 13084269f2
4 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@
- Very minimal C compiler that speedwm uses to speed up compile times. If you don't want this dependency, edit host.mk and set CC to 'cc' (or what you prefer).
-- Features --
These are necessary for certain features.
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.
- dmenu
@ -30,15 +30,18 @@
- speedwm-extras
- Important metapackage containing extra scripts that speedwm makes use of. (https://codeberg.org/speedie/speedwm-extras)
- st (Terminal)
- Firefox (Web browser)
- qutebrowser (Web browser)
- htop (Status monitor)
- newsboat (RSS reader)
- zathura (PDF reader)
- cmus (Default music player)
- Default status bar also has support for moc (Music On Console)
- neovim (Text editor)
- aerc (Email client)
- vifm (File manager)
- slock (Lock screen)
- weechat (IRC client)
- tmux (Used for the music player and IRC client)
And everything under 'Features'.

View file

@ -17,5 +17,4 @@ speedwm comes with the following layouts:
They can be switched between using a little menu (See Keybinds for more information) or by right clicking the Layout indicator.
The more commonly used layouts can be switched between using a quick keybind.
Do note that these may be disabled through the toggle.h header.

View file

@ -20,7 +20,7 @@ Remember that you can change colors through your .Xresources file (see .Xresourc
Another important detail you must keep in mind is that this build comes with a status bar simply named 'speedwm_status'.
It can be found in the speedwm source code directory. It is just a shell script which adds stuff to your status bar. It will automatically be started when speedwm starts.
You can edit the status bar simply by editing 'status' and running 'make clean install'.
You can edit the status bar simply by editing 'speedwm_stellar' or its modules (modules_*) and running 'make clean install'.
You can also configure it by editing '~/.config/speedwm/statusrc'.
If you want to change status bar, edit options.h and set 'static char status' to your status bar binary (must be in $PATH).

View file

@ -4,7 +4,7 @@
###################################################################################
# speedwm version
VERSION = 1.2
VERSION = 1.3
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib