Merge branch 'master' of https://github.com/dustinswan/dotfiles
This commit is contained in:
commit
37dde0b836
2 changed files with 4 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -43,6 +43,7 @@ Bundle 'coderifous/textobj-word-column.vim'
|
|||
Bundle 'lukaszkorecki/workflowish'
|
||||
Bundle 'searchfold.vim'
|
||||
Bundle 'godlygeek/tabular'
|
||||
Bundle 'kshenoy/vim-signature'
|
||||
|
||||
" Snipmate
|
||||
" Bundle 'MarcWeber/vim-addon-mw-utils'
|
||||
|
|
|
|||
3
xprofile
Normal file
3
xprofile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
|
||||
xrandr --addmode Virtual1 2560x1440_60.00
|
||||
xrandr --output Virtual1 --mode 2560x1440_60.00
|
||||
Loading…
Add table
Add a link
Reference in a new issue