Do not use gtk themed tooltips

Font is still fucked up, though
master
Jacopo De Simoi 8 years ago
parent 42cb78bf9b
commit fd876686c6
  1. 3
      custom.el
  2. 5
      global.org

@ -85,6 +85,7 @@
'(hl-line ((t (:background "#303030"))))
'(hl-sexp-face ((t (:underline t))) t)
'(italic ((((supports :underline t)) nil)))
'(link ((t (:inherit default :foreground "#6c71c4" :underline t :slant normal :weight normal))))
'(linum ((t (:slant normal :weight normal))))
'(linum-highlight-face ((t (:inherit (hl-line default)))))
'(magit-diff-file-heading ((t nil)))
@ -101,6 +102,6 @@
'(paren-face-match ((t (:background "turquoise" :foreground "black"))))
'(region ((t (:inherit highlight))))
'(shadow ((t (:foreground "grey60"))))
'(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus"))))
'(tooltip ((t (:inherit default :slant normal :weight normal))))
'(variable-pitch ((t (:family "default"))))
'(visible-mark-face ((t (:background "goldenrod" :foreground "#182828")))))

@ -89,7 +89,10 @@
'((buffer-file-name "%f"
(dired-directory dired-directory "%b")) " · emacs"));; · " (:eval (kde-current-activity-name)))) ;; "%S"))
#+END_SRC
Themed tooltips
#+BEGIN_SRC emacs-lisp
(setq x-gtk-use-system-tooltips nil)
#+END_SRC
** Mouseless
Disable mouse interaction with emacs
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save