38 lines
818 B
YAML
38 lines
818 B
YAML
|
|
user: testuser
|
|
home_directory: /home/{{ user }}
|
|
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
|
|
autostart_path: "{{ home_directory }}/.config/autostart"
|
|
lightdm_path: /etc/lightdm
|
|
terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
|
|
|
|
picom_dependency:
|
|
- cmake
|
|
- meson
|
|
- ninja-build
|
|
- git
|
|
- pkg-config
|
|
- asciidoc
|
|
- libxext-dev
|
|
- libxcb1-dev
|
|
- libxcb-damage0-dev
|
|
- libxcb-xfixes0-dev
|
|
- libxcb-shape0-dev
|
|
- libxcb-render-util0-dev
|
|
- libxcb-render0-dev
|
|
- libxcb-randr0-dev
|
|
- libxcb-composite0-dev
|
|
- libxcb-image0-dev
|
|
- libxcb-present-dev
|
|
- libxcb-xinerama0-dev
|
|
- libxcb-glx0-dev
|
|
- libpixman-1-dev
|
|
- libdbus-1-dev
|
|
- libconfig-dev
|
|
- libgl1-mesa-dev
|
|
- libpcre2-dev
|
|
- libevdev-dev
|
|
- uthash-dev
|
|
- libev-dev
|
|
- libx11-xcb-dev
|