mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-17 09:13:32 +09:00
Compare commits
5 Commits
24f816edd9
...
631b54fbcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 631b54fbcd | |||
| 7bc66f159d | |||
| e8418bd7af | |||
| e363c90761 | |||
| 5a98c1cb31 |
@ -22,6 +22,8 @@ killall nm-applet && nm-applet &
|
|||||||
killall volumeicon && volumeicon &
|
killall volumeicon && volumeicon &
|
||||||
#killall conky
|
#killall conky
|
||||||
#sleep 3 && conky -c ~/.config/conky/conkyrc
|
#sleep 3 && conky -c ~/.config/conky/conkyrc
|
||||||
|
emacsclient --eval '(kill-emacs)'
|
||||||
|
emacs --daemon
|
||||||
|
|
||||||
~/scripts/random_wallpaper.sh
|
~/scripts/random_wallpaper.sh
|
||||||
|
|
||||||
|
|||||||
@ -42,15 +42,15 @@
|
|||||||
(lambda (frame)
|
(lambda (frame)
|
||||||
;; (setq doom-modeline-icon t)
|
;; (setq doom-modeline-icon t)
|
||||||
(with-selected-frame frame
|
(with-selected-frame frame
|
||||||
(custom-setup-fonts))))
|
(custom-setup-fonts)
|
||||||
|
;; default transparency (85 . 85) or (100 . 100)
|
||||||
|
(set-frame-parameter (selected-frame) 'alpha '(85 . 85)))))
|
||||||
(custom-setup-fonts))
|
(custom-setup-fonts))
|
||||||
|
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
||||||
|
|
||||||
;; select theme
|
;; select theme
|
||||||
(setq custom-theme-sel 'doom-one)
|
(setq custom-theme-sel 'doom-one)
|
||||||
;; default transparency (85 . 85) or (100 . 100)
|
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(85 . 85))
|
|
||||||
|
|
||||||
;; Org setup
|
;; Org setup
|
||||||
(setq custom-org-directory "~/org"
|
(setq custom-org-directory "~/org"
|
||||||
|
|||||||
@ -239,6 +239,17 @@ prepended to the element after the #+HEADER: tag."
|
|||||||
:config
|
:config
|
||||||
(setq org-journal-dir (expand-file-name "journal/" org-directory))
|
(setq org-journal-dir (expand-file-name "journal/" org-directory))
|
||||||
(setq org-journal-file-type 'weekly))
|
(setq org-journal-file-type 'weekly))
|
||||||
|
(use-package org-noter
|
||||||
|
:straight t
|
||||||
|
:ensure t
|
||||||
|
:defer t
|
||||||
|
:config
|
||||||
|
(setq org-noter-always-create-frame nil
|
||||||
|
org-noter-hide-other nil
|
||||||
|
org-noter-notes-search-path '("~/org/notes")
|
||||||
|
org-noter-separate-notes-from-heading t
|
||||||
|
org-noter-highlight-selected-text t)
|
||||||
|
(org-noter-enable-org-roam-integration))
|
||||||
|
|
||||||
(use-package org-modern
|
(use-package org-modern
|
||||||
:straight t
|
:straight t
|
||||||
|
|||||||
@ -17,8 +17,8 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:defines pdf-annot-activate-created-annotations
|
:defines pdf-annot-activate-created-annotations
|
||||||
:hook ((pdf-tools-enabled . pdf-view-auto-slice-minor-mode)
|
:hook ((pdf-tools-enabled . pdf-view-auto-slice-minor-mode)
|
||||||
(pdf-tools-enabled . pdf-isearch-minor-mode)
|
(pdf-tools-enabled . pdf-isearch-minor-mode))
|
||||||
(pdf-tools-enabled . pdf-view-themed-minor-mode))
|
;; (pdf-tools-enabled . pdf-view-themed-minor-mode))
|
||||||
:mode ("\\.[pP][dD][fF]\\'" . pdf-view-mode)
|
:mode ("\\.[pP][dD][fF]\\'" . pdf-view-mode)
|
||||||
:magic ("%PDF" . pdf-view-mode)
|
:magic ("%PDF" . pdf-view-mode)
|
||||||
:bind (:map pdf-view-mode-map
|
:bind (:map pdf-view-mode-map
|
||||||
|
|||||||
@ -81,7 +81,10 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:bind (("C-." . embark-act))
|
:bind (("C-," . embark-act)
|
||||||
|
:map minibuffer-local-map
|
||||||
|
("C-c C-c" . embark-collect)
|
||||||
|
("C-c C-e" . embark-export))
|
||||||
:config
|
:config
|
||||||
(with-eval-after-load 'embark-consult
|
(with-eval-after-load 'embark-consult
|
||||||
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode))
|
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode))
|
||||||
|
|||||||
@ -4,8 +4,7 @@ super+Return
|
|||||||
alacritty
|
alacritty
|
||||||
#Apps and programs
|
#Apps and programs
|
||||||
super+e
|
super+e
|
||||||
emacs --debug-init
|
emacsclient -c -a 'emacs'
|
||||||
#emacsclient -c -a 'emacs'
|
|
||||||
super+b
|
super+b
|
||||||
qutebrowser
|
qutebrowser
|
||||||
super+f
|
super+f
|
||||||
|
|||||||
Reference in New Issue
Block a user