update other files

This commit is contained in:
2020-01-07 02:10:51 +08:00
parent 423795ce05
commit e4e45e26ff
3 changed files with 3 additions and 20 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/.log/

View File

@@ -23,7 +23,8 @@ Section "Screen"
Monitor "primary"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "DVI-I-1: 1920x1080 +1440+0, DP-0: 2560x1440 +0+0 {rotation=left}"
Option "metamodes" "DVI-I-1: 1920x1080 +2560+0, DP-0: 2560x1440 +0+0"
# Option "metamodes" "DVI-I-1: 1920x1080 +1440+0, DP-0: 2560x1440 +0+0 {rotation=left}"
# Option "metamodes" "DVI-I-1: 1920x1080 +2160+0, DP-0: 3840x2160 +0+0 {rotation=left}"
Option "SLI" "Off"
Option "MultiGPU" "Off"

View File

@@ -1,19 +0,0 @@
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
;; (package-initialize)
;; (setq package-archives
;; '(
;; ("popkit" . "http://elpa.popkit.org/packages/")
;; ("melpa-cn" . "http://elpa.zilongshanren.com/melpa/")
;; ("org-cn" . "http://elpa.zilongshanren.com/org/")
;; ("gnu-cn" . "http://elpa.zilongshanren.com/gnu/")
;; ("melpa" . "https://melpa.org/packages/")
;; ("gnu" . "https://elpa.gnu.org/packages/")
;; ("org" . "http://orgmode.org/elpa/")
;; ))
(setq spacemacs-start-directory "~/.emacs.d/spacemacs/")
(load-file (concat spacemacs-start-directory "init.el"))