apps to start after login, vim backspace bullshit
parent
ce13655321
commit
757e212bac
|
@ -158,6 +158,6 @@ bar {
|
||||||
# Custom stats
|
# Custom stats
|
||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
exec $HOME/.screenlayout/main.sh
|
exec $HOME/.screenlayout/main.sh
|
||||||
workspace 1 output DP-0
|
#workspace 1 output DP-0
|
||||||
workspace 2 output HDMI-0
|
#workspace 2 output HDMI-0
|
||||||
workspace 3 output DVI-I-1
|
#workspace 3 output DVI-I-1
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -52,7 +52,7 @@ set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
||||||
"" Stupid backspace setting
|
"" Stupid backspace setting
|
||||||
"set backspace=2
|
set backspace=2
|
||||||
|
|
||||||
"" Remember location in file
|
"" Remember location in file
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
|
Loading…
Reference in New Issue