deactivate tool-bar

This commit is contained in:
2025-06-15 17:20:23 +02:00
parent c4cb079682
commit 4aad0ba8f2

View File

@@ -38,6 +38,7 @@
;; (add-to-list 'default-frame-alist '(tool-bar-position . left))
;; (add-to-list 'default-frame-alist '(horizontal-scroll-bars . t)) ;; see gui-settings
(menu-bar-mode -1) ;; menu displayed inside `tab-bar' and via `tmm-menubar'
(tool-bar-mode -1)
;; transparency
(set-frame-parameter (selected-frame) 'alpha '(95 . 95)) ;; VALUE: '(<active> . <inactive>) / <both>