Compare commits

..

No commits in common. "e632583fc828c78de87559512454019075c88de3" and "1f37a714c1931139f040987c968dc666f5ba6590" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

@ -124,15 +124,14 @@
'(tool-bar-mode nil)) '(tool-bar-mode nil))
;; Doom Themes ;; Doom Themes
(use-package doom-themes (use-package kanagawa-theme
:ensure t
:custom :custom
(doom-themes-enable-bold t) (kanagwa-theme-org-bold t)
(doom-themes-enable-italic t) (kanagawa-theme-org-height t)
(kanagawa-theme-keyword-italic t)
(kanagawa-theme-comment-italic t)
:config :config
(load-theme 'doom-one t) (load-theme 'kanagawa t))
(doom-themes-treemacs-config)
(doom-themes-org-config))
(use-package doom-modeline (use-package doom-modeline
:custom :custom
@ -784,4 +783,4 @@
'(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed)))) '(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed))))
'(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed)))) '(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed))))
'(evil-goggles-yank-face ((t (:inherit diff-changed)))) '(evil-goggles-yank-face ((t (:inherit diff-changed))))
'(italic ((t (:slant oblique))))) '(italic ((t (:slant oblique)))))

View File

@ -59,7 +59,7 @@ submap = reset
bind = ALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy bind = ALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy
bind = SUPERALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist delete bind = SUPERALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist delete
bind = SUPER,RETURN,exec,wezterm bind = SUPER,RETURN,exec,neovide --fork -- +term
bind = SUPERSHIFT,RETURN,exec,neovide --fork bind = SUPERSHIFT,RETURN,exec,neovide --fork
bind = SUPERCTRLSHIFT,R,exec,hyprctl reload bind = SUPERCTRLSHIFT,R,exec,hyprctl reload
bind = SUPER,SPACE,exec,wofi --show drun bind = SUPER,SPACE,exec,wofi --show drun