This commit is contained in:
Marco Thomas
2021-05-21 08:50:45 +02:00
parent c79d93eded
commit 99059f1c08
3 changed files with 5 additions and 17 deletions

View File

@@ -4,20 +4,6 @@ opacity-rule = [
vsync = true vsync = true
shadow = false;
shadow-radius = 12;
shadow-opacity = 0.4;
shadow-offset-x = 4;
shadow-offset-y = 4;
shadow-red = 0
shadow-green = 0
shadow-blue = 0
shadow-exclude = [
"class_g *?= 'dmenu'",
"class_g *?= 'polybar'",
"class_g *?= 'i3-frame'",
]
#backend = "glx"; #backend = "glx";
#blur: { #blur: {
# method: "dual_kawase"; # method: "dual_kawase";

View File

@@ -53,7 +53,6 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
# ============================== Aliases # ============================== Aliases
alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v" alias fontscache="fc-cache -f -v"
alias accent="echo #98c379"
alias ofen="cc" alias ofen="cc"
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts" alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"

View File

@@ -21,7 +21,7 @@
;; paranthesis ;; paranthesis
;; expression ;; expression
;; mixed - paren if visible, expr when not ;; mixed - paren if visible, expr when not
(setq show-paren-style 'mixed) (setq show-paren-style 'paranthesis)
;; Font ;; Font
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)
@@ -113,6 +113,9 @@
(nyan-mode) (nyan-mode)
(nyan-start-animation)) (nyan-start-animation))
;; indentation for c
(setq-default c-basic-offset 8)
;; heuristic indentation ;; heuristic indentation
(use-package dtrt-indent (use-package dtrt-indent
:ensure t :ensure t
@@ -472,7 +475,7 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(custom-safe-themes '(custom-safe-themes
'("e074be1c799b509f52870ee596a5977b519f6d269455b84ed998666cf6fc802a" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" default)) '("a3bdcbd7c991abd07e48ad32f71e6219d55694056c0c15b4144f370175273d16" "e074be1c799b509f52870ee596a5977b519f6d269455b84ed998666cf6fc802a" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" default))
'(package-selected-packages '(package-selected-packages
'(dashboard org-bullets ein fill-column-indicator lsp-haskell haskell-mode lsp-java auctex rust-mode flycheck yasnippet counsel-projectile projectile company-box company lsp-ivy lsp-ui lsp-mode magit counsel evil-collection evil which-key general all-the-icons doom-themes use-package))) '(dashboard org-bullets ein fill-column-indicator lsp-haskell haskell-mode lsp-java auctex rust-mode flycheck yasnippet counsel-projectile projectile company-box company lsp-ivy lsp-ui lsp-mode magit counsel evil-collection evil which-key general all-the-icons doom-themes use-package)))
(custom-set-faces (custom-set-faces