mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
tweaks on dunst
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
11eb9404b9
commit
5793f06625
@ -9,7 +9,7 @@
|
|||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
geometry = "300x5-30+50";
|
geometry = "800x5-30+50";
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
frame_color = "#839496";
|
frame_color = "#839496";
|
||||||
font = "Hasklug Nerd Font 10";
|
font = "Hasklug Nerd Font 10";
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
nucturne/
|
stel-xps/
|
||||||
@ -311,9 +311,20 @@
|
|||||||
;(push 'rustic-clippy flycheck-checkers)
|
;(push 'rustic-clippy flycheck-checkers)
|
||||||
|
|
||||||
;; company mode
|
;; company mode
|
||||||
(add-hook 'rustic-mode-hook 'company-mode)
|
;(add-hook 'rustic-mode-hook 'company-mode)
|
||||||
(add-hook 'rustic-mode-hook 'flymake-mode)
|
;(add-hook 'rustic-mode-hook 'flymake-mode)
|
||||||
|
(use-package rustic
|
||||||
|
:after lsp
|
||||||
|
:config
|
||||||
|
(add-to-list 'flycheck-checkers 'rustic-clippy)
|
||||||
|
(flycheck-add-next-checker 'lsp 'rustic-clippy)
|
||||||
|
:custom
|
||||||
|
(rustic-format-trigger 'on-save)
|
||||||
|
(rustic-flycheck-clippy-params "--message-format=json")
|
||||||
|
:hook
|
||||||
|
(rustic-mode . company-mode)
|
||||||
|
(rustic-mode . flymake-mode)
|
||||||
|
)
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; ;;;;;;;;;;;;;;;; beacon ;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;; beacon ;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user