diff options
author | Thanos Apollo <[email protected]> | 2023-02-10 04:57:40 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-10 04:57:40 +0200 |
commit | f2ac9d5f8bcb91a01e0e313faba4205c31824a15 (patch) | |
tree | 92e38ae85d47ad62b9818e61ba66a8307cda475c /.exwm.el | |
parent | 5d265841976d13affc568557d125c65782b3d50f (diff) |
emacs: Tangle files
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)) |