diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f724cf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.log/ diff --git a/80nvidia.conf b/80nvidia.conf index bb9dd40..4e55a37 100644 --- a/80nvidia.conf +++ b/80nvidia.conf @@ -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" diff --git a/emacs.d-init.el b/emacs.d-init.el deleted file mode 100644 index 5bd051c..0000000 --- a/emacs.d-init.el +++ /dev/null @@ -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"))