From: Maximilian Friedersdorff Date: Tue, 4 Jun 2019 10:12:47 +0000 (+0100) Subject: Remove sway config logic from bash profile X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=6de4e21abac3d79571ecce9be5669544fd979193;p=max%2Fsaltfiles.git Remove sway config logic from bash profile --- diff --git a/states/bash/files/profile b/states/bash/files/profile index 43fbef4..5e0dda5 100644 --- a/states/bash/files/profile +++ b/states/bash/files/profile @@ -15,10 +15,6 @@ chmod 770 "/tmp/${USER}" export QT_QPA_PLATFORM=wayland-egl -if [ -f ~/.config/sway/config.base ]; then - cat ~/.config/sway/config.base ~/.config/sway/config.${HOSTNAME} > ~/.config/sway/config -fi - if [ -f ~/.Xresources ]; then cat ~/.Xresources > ~/.Xdefaults if [ -f ~/.Xresources.$HOSTNAME ]; then