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