From dff263c8200b0abc42a8080b6801a327fa402365 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 30 Mar 2021 09:24:37 -0400 Subject: [PATCH] stuff --- dotfiles-old/.config/i3/config | 16 ++++++++-------- dotfiles-old/.env | 2 ++ dotfiles-old/clone.sh | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dotfiles-old/.config/i3/config b/dotfiles-old/.config/i3/config index f9dac6a..834d743 100644 --- a/dotfiles-old/.config/i3/config +++ b/dotfiles-old/.config/i3/config @@ -131,14 +131,14 @@ bindsym $mod+Shift+greater move container to output right bindsym $mod+Shift+less move container to output left # Gaps -gaps inner 10 -gaps outer 10 -gaps horizontal 10 -gaps vertical 10 -gaps top 10 -gaps right 10 -gaps bottom 10 -gaps left 10 +#gaps inner 10 +#gaps outer 10 +#gaps horizontal 10 +#gaps vertical 10 +#gaps top 10 +#gaps right 10 +#gaps bottom 10 +#gaps left 10 # disables titlebars new_window 1pixel diff --git a/dotfiles-old/.env b/dotfiles-old/.env index 950ca4c..b22342d 100644 --- a/dotfiles-old/.env +++ b/dotfiles-old/.env @@ -4,4 +4,6 @@ PS1="; " PS2="; " PS3="; " +set -o vi + . $HOME/.aliases diff --git a/dotfiles-old/clone.sh b/dotfiles-old/clone.sh index 2e143ef..de052c6 100755 --- a/dotfiles-old/clone.sh +++ b/dotfiles-old/clone.sh @@ -3,7 +3,7 @@ set -x cp $HOME/.Xresources ./ cp $HOME/.aliases ./ -cp $HOME/.bashrc ./ +#cp $HOME/.bashrc ./ cp $HOME/.env ./ cp $HOME/.profile ./ cp $HOME/.vimrc ./