Download and install The Stump Window Manager.
build-essential
-https://supermarket.getchef.com/cookbooks/build-essential
The following platforms and versions are tested and supported using Opscode's test-kitchen.
- Debian 8
- Debian 9
- Ubuntu 18.04
Key | Type | Description |
---|---|---|
[stumpwm][user] |
String | User used to build stumpwm project (default: root ) |
[stumpwm][build_dir] |
String | Where stumpwm archive will be extracted and builded (default: /opt/stumpwm ) |
[stumpwm][repository] |
String | Stumpwm git repository (default: https://github.com/stumpwm/stumpwm.git ) |
[stumpwm][version] |
String | Stumpwm version to install (default: 1.0.0 ) |
[stumpwm][packages] |
Array | Packages to install, depends of the platform (default: [] ) |
[stumpwm][quicklisp][install_dir] |
String | Where quicklisp will be installed (default: /opt/quicklisp ) |
[stumpwm][quicklisp][loads] |
Array | List of packages to load when initializing sbcl (default: [clx, cl-ppcre, alexandria ) |
Just include stumpwm
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[stumpwm]"
]
}
Just include stumpwm::quicklisp
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[stumpwm::quicklisp]"
]
}
Note: This recipe is already included by stumpwm::default
.
You can also use stumpwm::xsession
to install xsession file for login managers (GDM, Slim etc..)
{
"name":"my_node",
"run_list": [
"recipe[stumpwm]"
"recipe[stumpwm::xsession]"
]
}
See TESTING.md
See CONTRIBUTING.md
Authors: Sliim [email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.