From 631b54fbcd456eb0f3506debc395f83e10f403e2 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Sun, 16 Mar 2025 12:48:19 +0900 Subject: [PATCH] emacs/bspwm : update daemon binding --- .config/bspwm/bspwmrc | 2 ++ .config/emacs/custom-default.el | 6 +++--- .config/sxhkd/sxhkdrc | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 15d8dd5..6f6f371 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -22,6 +22,8 @@ killall nm-applet && nm-applet & killall volumeicon && volumeicon & #killall conky #sleep 3 && conky -c ~/.config/conky/conkyrc +emacsclient --eval '(kill-emacs)' +emacs --daemon ~/scripts/random_wallpaper.sh diff --git a/.config/emacs/custom-default.el b/.config/emacs/custom-default.el index 310c5fa..f69f7cb 100644 --- a/.config/emacs/custom-default.el +++ b/.config/emacs/custom-default.el @@ -42,15 +42,15 @@ (lambda (frame) ;; (setq doom-modeline-icon t) (with-selected-frame frame - (custom-setup-fonts)))) + (custom-setup-fonts) + ;; default transparency (85 . 85) or (100 . 100) + (set-frame-parameter (selected-frame) 'alpha '(85 . 85))))) (custom-setup-fonts)) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) ;; select theme (setq custom-theme-sel 'doom-one) -;; default transparency (85 . 85) or (100 . 100) -(set-frame-parameter (selected-frame) 'alpha '(85 . 85)) ;; Org setup (setq custom-org-directory "~/org" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8870c53..85328c0 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -4,8 +4,7 @@ super+Return alacritty #Apps and programs super+e - emacs --debug-init -#emacsclient -c -a 'emacs' + emacsclient -c -a 'emacs' super+b qutebrowser super+f