summaryrefslogtreecommitdiff
path: root/.exwm.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-10 06:25:31 +0200
committerGitHub <[email protected]>2023-02-10 06:25:31 +0200
commit53762337d4e35d320dc7ad543dfdf5cbb0256866 (patch)
treebc2c773ca04e6f247b797a715fbc1320ad2741da /.exwm.el
parent8bd32e2405481feb2d494866c3f1da9e3cfe73f4 (diff)
parent17e6169747f7d2a4aa97bc0711c352416a6f41a2 (diff)
Merge pull request #4 from ThanosApollo/org-config
Redo as literate configurations emacs & shells
Diffstat (limited to '.exwm.el')
-rw-r--r--.exwm.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/.exwm.el b/.exwm.el
index 92243e6..00d4514 100644
--- a/.exwm.el
+++ b/.exwm.el
@@ -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))