Add bootstrap file

This commit is contained in:
Yorick Barbanneau 2019-11-24 21:57:30 +01:00
parent 0279ab9168
commit bafd66090f

16
bootstrap Normal file
View file

@ -0,0 +1,16 @@
required_commands "sway swayidle swaylock waybar fzf"
# configs
process_dirs config ${HOME}/.config
# scripts
install_bin bin/import-gsettings.sh
install_bin bin/launcher.sh
install_bin bin/sway.sh
# Variables
define_env "QT_AUTO_SCREEN_SCALE_FACTOR" "0"
define_env "QT_QPA_PLATFORM" "wayland-egl"
define_env "QT_WAYLAND_DISABLE_WINDOWDECORATION" "1"
define_env "MOZ_ENABLE_WAYLAND" "1"
define_env "QT_QPA_PLATFORMTHEME" "gtk2"