diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 16:30:28 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 16:30:28 +0530 |
commit | 00aca0696d5c8ec212842c811bc4a6338a942804 (patch) | |
tree | b7180ea348d662a476524ceb5efd3aa09a82b0e1 /.doom.d | |
parent | d6d036d34b395d45211668d3a54a57b32cac4cbe (diff) |
added more useful keybinds
Diffstat (limited to '.doom.d')
-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 7f572db..ff6a149 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 . 70)) +(add-to-list 'default-frame-alist '(alpha . 80)) ;; dashboard config |