OSDN Git Service

Merge remote-tracking branch 'origin/dev' into kmscon
[alterlinux/alterlinux.git] / channels / cinnamon / config.any
1 #!/usr/bin/env bash
2 #
3 # Yamada Hayao
4 # Twitter: @Hayao0819
5 # Email  : hayao@fascode.net
6 #
7 # (c) 2019-2021 Fascode Network.
8 #
9 # config
10 #
11 # Overwrites the first to read and set the build script
12 # This configuration file follows the bash syntax.
13 #
14
15 # Set the user's default shell.
16 usershell="/bin/zsh"
17
18 # Modules to include
19 # An array of module directory names to include.
20 # This setting cannot be changed by an argument.
21 modules=(
22     "cli-modules"
23     "lightdm-modules"
24     "gtk-modules"
25     "kmscon"
26 )