diff options
author | Thanos Apollo <[email protected]> | 2023-02-10 06:25:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-10 06:25:31 +0200 |
commit | 53762337d4e35d320dc7ad543dfdf5cbb0256866 (patch) | |
tree | bc2c773ca04e6f247b797a715fbc1320ad2741da /.exwm.el | |
parent | 8bd32e2405481feb2d494866c3f1da9e3cfe73f4 (diff) | |
parent | 17e6169747f7d2a4aa97bc0711c352416a6f41a2 (diff) |
Merge pull request #4 from ThanosApollo/org-config
Redo as literate configurations emacs & shells
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)) |