stuff
This commit is contained in:
parent
e82c103fbf
commit
dff263c820
@ -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
|
||||
|
@ -4,4 +4,6 @@ PS1="; "
|
||||
PS2="; "
|
||||
PS3="; "
|
||||
|
||||
set -o vi
|
||||
|
||||
. $HOME/.aliases
|
||||
|
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user