This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sway_config/bootstrap

16 lines
431 B
Text

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"