diff --git a/files/.config/picom.conf b/files/.config/picom.conf index 054aea7..02fa93b 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -4,20 +4,6 @@ opacity-rule = [ 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"; #blur: { # method: "dual_kawase"; diff --git a/files/.zshrc b/files/.zshrc index d15f716..6d9697a 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -53,7 +53,6 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts # ============================== Aliases alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontscache="fc-cache -f -v" -alias accent="echo #98c379" alias ofen="cc" alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts" diff --git a/files/init.el b/files/init.el index ee093ea..b085548 100644 --- a/files/init.el +++ b/files/init.el @@ -21,7 +21,7 @@ ;; paranthesis ;; expression ;; mixed - paren if visible, expr when not -(setq show-paren-style 'mixed) +(setq show-paren-style 'paranthesis) ;; Font (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) @@ -113,6 +113,9 @@ (nyan-mode) (nyan-start-animation)) +;; indentation for c +(setq-default c-basic-offset 8) + ;; heuristic indentation (use-package dtrt-indent :ensure t @@ -472,7 +475,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes - '("e074be1c799b509f52870ee596a5977b519f6d269455b84ed998666cf6fc802a" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" default)) + '("a3bdcbd7c991abd07e48ad32f71e6219d55694056c0c15b4144f370175273d16" "e074be1c799b509f52870ee596a5977b519f6d269455b84ed998666cf6fc802a" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" default)) '(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))) (custom-set-faces