Compare commits
No commits in common. "9415d0a685cfe0b0f7852ee78f0dda452299f2a6" and "6ce1eda75a75a394a93ed9d7a5bc75477be41f45" have entirely different histories.
9415d0a685
...
6ce1eda75a
|
@ -123,8 +123,6 @@ mode "monitor" {
|
||||||
bindsym 2 exec xrandr --output $CENTER --primary --auto --output $LAPTOP --auto --left-of $CENTER --output $RIGHT --off
|
bindsym 2 exec xrandr --output $CENTER --primary --auto --output $LAPTOP --auto --left-of $CENTER --output $RIGHT --off
|
||||||
# HDMI main, laptop left, VGA right, *not* supported on X230
|
# HDMI main, laptop left, VGA right, *not* supported on X230
|
||||||
bindsym 3 exec xrandr --output $CENTER --primary --auto --output $LAPTOP --auto --left-of $CENTER --output $RIGHT --auto --right-of $CENTER
|
bindsym 3 exec xrandr --output $CENTER --primary --auto --output $LAPTOP --auto --left-of $CENTER --output $RIGHT --auto --right-of $CENTER
|
||||||
# HDMI main, VGA right, laptop off
|
|
||||||
bindsym 4 exec xrandr --output $CENTER --primary --auto --output $RIGHT --auto --right-of $CENTER --rotate left --output $LAPTOP --off
|
|
||||||
# VGA main, laptop left, HDMI off
|
# VGA main, laptop left, HDMI off
|
||||||
bindsym 8 exec xrandr --output $RIGHT --primary --auto --output $LAPTOP --auto --left-of $RIGHT --output $CENTER --off
|
bindsym 8 exec xrandr --output $RIGHT --primary --auto --output $LAPTOP --auto --left-of $RIGHT --output $CENTER --off
|
||||||
# HDMI main, VGA right, laptop off
|
# HDMI main, VGA right, laptop off
|
||||||
|
|
38
.spacemacs
38
.spacemacs
|
@ -323,48 +323,10 @@ you should place your code here."
|
||||||
(setq dired-listing-switches "-alh")
|
(setq dired-listing-switches "-alh")
|
||||||
(setq-default dotspacemacs-configuration-layers
|
(setq-default dotspacemacs-configuration-layers
|
||||||
'((
|
'((
|
||||||
ruby
|
|
||||||
javascript
|
|
||||||
nginx
|
|
||||||
rust
|
rust
|
||||||
rustauto-completion :variables
|
rustauto-completion :variables
|
||||||
auto-completion-enable-snippets-in-popup t
|
auto-completion-enable-snippets-in-popup t
|
||||||
auto-completion-enable-help-tooltip t)))
|
auto-completion-enable-help-tooltip t)))
|
||||||
(with-eval-after-load 'org
|
|
||||||
(setq org-default-notes-file "~/Documents/Org/tasks.org")
|
|
||||||
(setq org-agenda-files
|
|
||||||
(quote ("~/Documents/Org/tasks.org"
|
|
||||||
"~/Documents/Org/journal.org"
|
|
||||||
"~/Documents/Org/projects.org"
|
|
||||||
"~/Documents/Org/watchlist.org"
|
|
||||||
"~/Documents/Org/birthdays.org")))
|
|
||||||
(setq org-capture-templates
|
|
||||||
'(("t" "todo list item" ; name
|
|
||||||
entry ; type
|
|
||||||
(file+headline org-default-notes-file "Tasks")
|
|
||||||
"* TODO %?\n DEADLINE: %^T") ; template
|
|
||||||
("T" "todo list item with source" ; name
|
|
||||||
entry ; type
|
|
||||||
(file+headline org-default-notes-file "Tasks")
|
|
||||||
"* TODO %?\n %a \n DEALINE: %^T \n %i") ; template
|
|
||||||
|
|
||||||
("m" "scheduled meeting" ; name
|
|
||||||
entry ; type
|
|
||||||
(file+headline org-default-notes-file "Tasks")
|
|
||||||
"* MEETING %?\n SCHEDULED: %^T\n %a") ; template
|
|
||||||
|
|
||||||
("p" "phone call" ; name
|
|
||||||
entry ; type
|
|
||||||
(file+headline org-default-notes-file "Tasks")
|
|
||||||
"* PHONE %?\n %i\n %a") ; template
|
|
||||||
|
|
||||||
("a" "Articles"
|
|
||||||
entry (file+weektree "~/Documents/Org/journal.org")
|
|
||||||
"* %? \n%x \n %u\n- $?")
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
)
|
|
||||||
(setq org-ref-default-bibliography '("~/Documents/WHZ/MA/latex/references.bib")
|
(setq org-ref-default-bibliography '("~/Documents/WHZ/MA/latex/references.bib")
|
||||||
org-ref-pdf-directory "~/Documents/WHZ/MA/references/"
|
org-ref-pdf-directory "~/Documents/WHZ/MA/references/"
|
||||||
org-ref-bibliography-notes "~/Documents/WHZ/MA/notes.org")
|
org-ref-bibliography-notes "~/Documents/WHZ/MA/notes.org")
|
||||||
|
|
Loading…
Reference in New Issue