diff options
| author | DrNuget <drnuget@outlook.com> | 2026-01-26 02:42:52 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-01-26 02:42:52 +0200 |
| commit | 22a9d0340f2c9817fafb09ea3db503c982d196ec (patch) | |
| tree | a310da4e85f569b0518593d78c08926346d8cf4d | |
| parent | cd0b4b148484d2753c1b0b6242c8b291cbc527e8 (diff) | |
| download | dotfiles-22a9d0340f2c9817fafb09ea3db503c982d196ec.tar.gz | |
konsole/emacs remove background transparency
| -rw-r--r-- | .emacs.d/config.org | 2 | ||||
| -rw-r--r-- | .local/share/konsole/MateriaDark.colorscheme | 2 | ||||
| -rw-r--r-- | .local/share/konsole/drnuget.profile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 9c058af..afe20e6 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -120,7 +120,7 @@ #+begin_src emacs-lisp -(modify-all-frames-parameters '((alpha-background . 80))) +; (modify-all-frames-parameters '((alpha-background . 80))) (set-frame-font "Hack-9" nil t) (setq-default line-spacing 0) diff --git a/.local/share/konsole/MateriaDark.colorscheme b/.local/share/konsole/MateriaDark.colorscheme index f2bd0d5..f0edb54 100644 --- a/.local/share/konsole/MateriaDark.colorscheme +++ b/.local/share/konsole/MateriaDark.colorscheme @@ -94,7 +94,7 @@ Blur=false ColorRandomization=false Description=Materia Dark FillStyle=Tile -Opacity=0.8 +Opacity=1 Wallpaper= WallpaperFlipType=NoFlip WallpaperOpacity=1 diff --git a/.local/share/konsole/drnuget.profile b/.local/share/konsole/drnuget.profile index ace83f8..3d740bc 100644 --- a/.local/share/konsole/drnuget.profile +++ b/.local/share/konsole/drnuget.profile @@ -1,6 +1,6 @@ [Appearance] ColorScheme=MateriaDark -Font=Hack,9,-1,7,400,0,0,0,0,0,0,0,0,0,0,1 +Font=Hack Nerd Font,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 [General] Name=drnuget |
