Add bootstrap file
This commit is contained in:
parent
0279ab9168
commit
bafd66090f
1 changed files with 16 additions and 0 deletions
16
bootstrap
Normal file
16
bootstrap
Normal 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"
|
Reference in a new issue