diff options
author | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
commit | bd26696ff9c92242e9d99d16a1ba68ed378c95d4 (patch) | |
tree | a1aea35a0e5688c6143ecd427d9dfb856b4e2ed7 /.config/emacs/init.el | |
parent | 817fc10ea1bc4377e99c0f82dbc2e161179b0b3e (diff) |
Remove %desktop-services, attempt to kill gdm for good
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 900681f..c229bc7 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -22,13 +22,6 @@ (setopt warning-minimum-level :error) -;;;; startup some programs -(start-process-shell-command "picom" nil "picom") -(start-process-shell-command "bg" nil "set-bg") -(start-process-shell-command "xrate" nil "xset r rate 250 70") -(start-process-shell-command "status" nil "time-getter") - - ;;;; configure packages ;; external package manager (setopt package-archives nil |