diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 14:54:32 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 14:54:32 +0530 |
commit | 5ea230cb5abd01358e1d4038caa75d2b922b641d (patch) | |
tree | 0f85d18b0e03792d2943423194c873ef0a672c98 /.doom.d/custom.el | |
parent | ac7159874861ec4ac7fd6ecb38e02ac542c5ce72 (diff) |
lots of minor tweaks
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 09fcca5..7f572db 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -28,7 +28,7 @@ '(line-number-current-line :slant normal)) ; window transparency -(add-to-list 'default-frame-alist '(alpha . 90)) +(add-to-list 'default-frame-alist '(alpha . 70)) ;; dashboard config |