emacs: transparent window

LFG!!!!
This commit is contained in:
Roman Godmaire 2024-03-30 06:47:54 -04:00
parent e830c55984
commit c6868e9969
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@
(setq doom-theme 'doom-gruvbox) (setq doom-theme 'doom-gruvbox)
(setq display-line-numbers-type 'relative) (setq display-line-numbers-type 'relative)
(set-frame-parameter nil 'alpha-background 95)
(add-to-list 'default-frame-alist '(alpha-background . 70))
;; Doom exposes five (optional) variables for controlling fonts in Doom: ;; Doom exposes five (optional) variables for controlling fonts in Doom:
;; ;;
;; - `doom-font' -- the primary font to use ;; - `doom-font' -- the primary font to use

View file

@ -184,7 +184,7 @@
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = pkgs.emacs29; package = pkgs.emacs29-pgtk;
extraPackages = epkgs: with epkgs; [ extraPackages = epkgs: with epkgs; [
pdf-tools pdf-tools