diff options
| author | JackJ30 <jackqjamison@proton.me> | 2025-03-11 11:57:17 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2025-03-11 11:57:17 -0400 |
| commit | 9359d435fc913f1ad84840db316568cfb3e946d2 (patch) | |
| tree | 08b7add4a70fc5e3cc3eaa584cdbdb33b967096f /.config | |
| parent | 0edcde99b51a9b7e6b9364ba97643b7179a00db9 (diff) | |
change wallpaper, fix emacs shift
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/settings.org | 12 | ||||
| -rw-r--r-- | .config/tofi/config | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index 3910946..2e0c1ec 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -74,11 +74,9 @@ (menu-bar-mode -1) (column-number-mode +1) - (global-display-line-numbers-mode t) (setq-default fill-column 80) - - (set-frame-parameter (selected-frame) 'alpha '(90 . 90)) - (add-to-list 'default-frame-alist '(alpha . (90 . 90))) + (global-display-line-numbers-mode t) + (setq display-line-numbers-width-start t) (use-package rainbow-delimiters :hook (prog-mode . rainbow-delimiters-mode)) @@ -179,7 +177,11 @@ * Style #+begin_src emacs-lisp - # make frame transparent + ;; selected frame transparent + (set-frame-parameter (selected-frame) 'alpha '(90 . 90)) + (add-to-list 'default-frame-alist '(alpha . (90 . 90))) + + ;; make frame transparent (set-frame-parameter nil 'alpha-background 75) (add-to-list 'default-frame-alist '(alpha-background . 75)) diff --git a/.config/tofi/config b/.config/tofi/config index cf01177..f19400b 100644 --- a/.config/tofi/config +++ b/.config/tofi/config @@ -102,7 +102,7 @@ # alternate-result-background-corner-radius = 0 # Selection text - selection-color = #F92672 + selection-color = #EEABC4 selection-background = #00000000 selection-background-padding = 0 selection-background-corner-radius = 0 |
