Compare commits
2 Commits
1f37a714c1
...
e632583fc8
Author | SHA1 | Date | |
---|---|---|---|
e632583fc8 | |||
f78f25d9ad |
@ -124,14 +124,15 @@
|
|||||||
'(tool-bar-mode nil))
|
'(tool-bar-mode nil))
|
||||||
|
|
||||||
;; Doom Themes
|
;; Doom Themes
|
||||||
(use-package kanagawa-theme
|
(use-package doom-themes
|
||||||
|
:ensure t
|
||||||
:custom
|
:custom
|
||||||
(kanagwa-theme-org-bold t)
|
(doom-themes-enable-bold t)
|
||||||
(kanagawa-theme-org-height t)
|
(doom-themes-enable-italic t)
|
||||||
(kanagawa-theme-keyword-italic t)
|
|
||||||
(kanagawa-theme-comment-italic t)
|
|
||||||
:config
|
:config
|
||||||
(load-theme 'kanagawa t))
|
(load-theme 'doom-one t)
|
||||||
|
(doom-themes-treemacs-config)
|
||||||
|
(doom-themes-org-config))
|
||||||
|
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
:custom
|
:custom
|
||||||
|
@ -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,neovide --fork -- +term
|
bind = SUPER,RETURN,exec,wezterm
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user