diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 107fcbcb..6df3f828 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1319,9 +1319,20 @@ RELEASE ME (use-package exwm :config + ;; background + (add-hook 'exwm-init-hook (lambda () ;; background (call-process-shell-command "feh --bg-fill ~/background.png" nil 0) (call-process-shell-command "~/.config/polybar/startpolybar" nil 0) + (call-process-shell-command "~/.config/picom/startpicom" nil 0) + ;; startup + (call-process-shell-command "nm-applet" nil 0) + (call-process-shell-command "blueman-applet" nil 0) + (call-process-shell-command "nextcloud" nil 0) + (call-process-shell-command "bitwarden" nil 0) + (call-process-shell-command "flameshot" nil 0) + )) + ;; startup ;; workspaces (setq exwm-workspace-number 5)