From 6de4e21abac3d79571ecce9be5669544fd979193 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 4 Jun 2019 11:12:47 +0100 Subject: [PATCH] Remove sway config logic from bash profile --- states/bash/files/profile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.46.0