diff options
Diffstat (limited to '.exwm.el')
-rw-r--r-- | .exwm.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,7 +1,3 @@ -;;; My EΧWM configuration -;; This files loads before .emacs/init.el when used with -;; GNU Guix emacs-desktop-environment - (defun apollo/exwm-init-hook () "Do this upon start." (if (string= (system-name) "fsociety") ;; Check if it's my desktop, otherwise display battery @@ -140,7 +136,3 @@ (exwm-enable) - -;;Transparency -(set-frame-parameter (selected-frame) 'alpha '(90 90)) -(add-to-list 'default-frame-alist '(alpha 90 90)) |