dired customizations
This commit is contained in:
parent
22103de07b
commit
1f083af0ea
2 changed files with 10 additions and 2 deletions
4
init.el
4
init.el
|
@ -39,7 +39,7 @@
|
|||
(defun chris/set-transparency ()
|
||||
"Set the frame to be transparent on Wayland compositors"
|
||||
(if (string-search "wayland" x-display-name)
|
||||
'((set-frame-parameter (selected-frame) 'alpha '(80 . 50))
|
||||
'((set-frame-parameter (selected-frame) 'alpha '(100 . 80))
|
||||
(add-to-list 'default-frame-alist '(alpha . (80 . 50)))
|
||||
(add-to-list 'initial-frame-alist '(alpha . (80 . 50))))))
|
||||
|
||||
|
@ -574,6 +574,8 @@ vertically."
|
|||
(setq dired-dwim-target t)
|
||||
|
||||
(setq dired-listing-switches "-aoh --group-directories-first")
|
||||
(setq dired-hide-details-hide-symlink-targets nil)
|
||||
(add-hook 'dired-mode-hook #'dired-hide-details-mode)
|
||||
|
||||
:general
|
||||
(chris/leader-keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue