1
0
This commit is contained in:
Deven Blake 2021-03-30 09:24:37 -04:00
parent e82c103fbf
commit dff263c820
3 changed files with 11 additions and 9 deletions

View File

@ -131,14 +131,14 @@ bindsym $mod+Shift+greater move container to output right
bindsym $mod+Shift+less move container to output left bindsym $mod+Shift+less move container to output left
# Gaps # Gaps
gaps inner 10 #gaps inner 10
gaps outer 10 #gaps outer 10
gaps horizontal 10 #gaps horizontal 10
gaps vertical 10 #gaps vertical 10
gaps top 10 #gaps top 10
gaps right 10 #gaps right 10
gaps bottom 10 #gaps bottom 10
gaps left 10 #gaps left 10
# disables titlebars # disables titlebars
new_window 1pixel new_window 1pixel

View File

@ -4,4 +4,6 @@ PS1="; "
PS2="; " PS2="; "
PS3="; " PS3="; "
set -o vi
. $HOME/.aliases . $HOME/.aliases

View File

@ -3,7 +3,7 @@
set -x set -x
cp $HOME/.Xresources ./ cp $HOME/.Xresources ./
cp $HOME/.aliases ./ cp $HOME/.aliases ./
cp $HOME/.bashrc ./ #cp $HOME/.bashrc ./
cp $HOME/.env ./ cp $HOME/.env ./
cp $HOME/.profile ./ cp $HOME/.profile ./
cp $HOME/.vimrc ./ cp $HOME/.vimrc ./