Add transparency funktion
This commit is contained in:
parent
2c20e1909f
commit
813b626aef
1 changed files with 6 additions and 0 deletions
|
@ -85,3 +85,9 @@
|
||||||
minor-mode-alist
|
minor-mode-alist
|
||||||
mode-line-end-spaces "%-"
|
mode-line-end-spaces "%-"
|
||||||
)))
|
)))
|
||||||
|
|
||||||
|
;; Set transparency of emacs
|
||||||
|
(defun transparency (value)
|
||||||
|
"Sets the transparency of the frame window. 0=transparent/100=opaque"
|
||||||
|
(interactive "nTransparency Value 0 - 100 opaque:")
|
||||||
|
(set-frame-parameter (selected-frame) 'alpha value))
|
||||||
|
|
Loading…
Add table
Reference in a new issue